COLOR #CEEFA5

HEX: #CEEFA5 RGB: (206,239,165)

Color info

#CEEFA5 contains mainly red and green colors. Web safe color of #CEEFA5 is #CCFF99 (or #CF9).

RGB color model

#CEEFA5 color RGB value is (206,239,165).

RGB: (206,239,165) (81%, 94%, 65%)

RGB channels and saturation

R 206 of 255 = 81%
G 239 of 255 = 94%
B 165 of 255 = 65%

206
239
165

R + G + B ~ 80%. #CEEFA5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 206 + 239 + 165 = 610 (100%)
R 206 of 610 ~ 33.77%
G 239 of 610 ~ 39.18%
B 165 of 610 ~ 27.05'%

%33.77
%39.18
%27.05

CMYK color model

#CEEFA5 color CMYK value is (14,0,31,6).

  • cyan value is 13.81%
  • magenta value is 0.00%
  • yellow value is 30.96%
  • key color value is 6.27%

CMYK: (14,0,31,6)
C14M0Y31K6 (14%, 0%, 31%, 6%)
(0.14 / 0.00 / 0.31 / 0.06)

CMYK percentages

%13.81
%0
%30.96
%6.27

Codes

Color #CEEFA5 in popluar color models

CE EF A5
RGB 206 239 165
HSL 87° 69.81% 79.22%
HSB/HSV 87° 30.96% 93.73%
CMYK 13.81% 0.00% 30.96%
6.27%

Color #CEEFA5 in popluar number systems.

HEX CE EF A5
Decimal 206 239 165
Binary 11001110 11101111 10100101
Octal 316 357 245

Shades and tints

Shades of #CEEFA5

#CEEFA5
(206,239,165)
#BCDA96
(188,218,150)
#AAC587
(170,197,135)
#98B078
(152,176,120)
#869B69
(134,155,105)
#74865A
(116,134,90)
#62714B
(98,113,75)
#505C3C
(80,92,60)
#3E472D
(62,71,45)
#2C321E
(44,50,30)
#1A1D0F
(26,29,15)
#000000
(0,0,0)

Tints of #CEEFA5

#CEEFA5
(206,239,165)
#D2F0AD
(210,240,173)
#D6F1B5
(214,241,181)
#DAF2BD
(218,242,189)
#DEF3C5
(222,243,197)
#E2F4CD
(226,244,205)
#E6F5D5
(230,245,213)
#EAF6DD
(234,246,221)
#EEF7E5
(238,247,229)
#F2F8ED
(242,248,237)
#F6F9F5
(246,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEEFA5 color. Also use rgb(206,239,165) instead hex code.

Text Font Color

.myTextColor { color: #CEEFA5; }

<p style="color:#CEEFA5">This sample text font color is #CEEFA5.</p>

This text font color is #CEEFA5.

Background Color

.myBgColor { background-color: #CEEFA5; }

<div style="background-color:#CEEFA5">Inner text</div>

This div background color is #CEEFA5.

Border color

.myBorderColor { border: 1px solid #CEEFA5; }

<div style="border:3px solid #CEEFA5">Div</div>

This div border color is #CEEFA5.

Opacity

.myOpacity80 { color: #CEEFA5; opacity: 0.8; }

<p style="color:#CEEFA5;opacity:0.8;">80%</p>

Text with #CEEFA5 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #CEEFA5;}

<p style="text-shadow: 3px 3px 1px #CEEFA5">Text here.</p>

This text has shadow with #CEEFA5 color.


.textShadow {text-shadow: 3px 3px 1px #CEEFA5', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #CEEFA5, 5px 5px 20px red">Text here.</p>

This text has shadow with #CEEFA5 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CEEFA5, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#CEEFA5, Direction=45, Strength=4)">Text</p>

This text has shadow with #CEEFA5 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #CEEFA5;
-webkit-box-shadow: 1px 1px 3px 2px #CEEFA5;
box-shadow: 1px 1px 3px 2px #CEEFA5;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CEEFA5; -webkit-box-shadow: 1px 1px 3px 2px #CEEFA5; box-shadow:1px 1px 3px 2px #CEEFA5;">
Div content here
</div>

This div box has shadow with color #CEEFA5.

Preview

Color preview on black background

This text has color #CEEFA5 on black background.


Color preview on white background

This text has color #CEEFA5 on white background.


Black color preview on #CEEFA5 background

This text has black color on #CEEFA5 background.


White color preview on #CEEFA5 background

This text has white color on #CEEFA5 background.


Related colors

Complementary color

Complementary color for #hex is #31105A.


I love getcolorcode.com

Triadic colors

1 #A5CEEF and #EFA5CE with #CEEFA5 are triadic colors.

2 #A5EFCE and #EFCEA5 with #CEEFA5 are triadic colors.