COLOR #CFE5AC

HEX: #CFE5AC RGB: (207,229,172)

Color info

#CFE5AC contains red, green and blue colors in about the same proportion. Web safe color of #CFE5AC is #CCCC99 (or #CC9).

RGB color model

#CFE5AC color RGB value is (207,229,172).

RGB: (207,229,172) (81%, 90%, 67%)

RGB channels and saturation

R 207 of 255 = 81%
G 229 of 255 = 90%
B 172 of 255 = 67%

207
229
172

R + G + B ~ 79%. #CFE5AC is quite light color.

Portions of RGB colors in percentages

R + G + B = 207 + 229 + 172 = 608 (100%)
R 207 of 608 ~ 34.05%
G 229 of 608 ~ 37.66%
B 172 of 608 ~ 28.29'%

%34.05
%37.66
%28.29

CMYK color model

#CFE5AC color CMYK value is (10,0,25,10).

  • cyan value is 9.61%
  • magenta value is 0.00%
  • yellow value is 24.89%
  • key color value is 10.20%

CMYK: (10,0,25,10)
C10M0Y25K10 (10%, 0%, 25%, 10%)
(0.10 / 0.00 / 0.25 / 0.10)

CMYK percentages

%9.61
%0
%24.89
%10.2

Codes

Color #CFE5AC in popluar color models

CF E5 AC
RGB 207 229 172
HSL 83° 52.29% 78.63%
HSB/HSV 83° 24.89% 89.80%
CMYK 9.61% 0.00% 24.89%
10.20%

Color #CFE5AC in popluar number systems.

HEX CF E5 AC
Decimal 207 229 172
Binary 11001111 11100101 10101100
Octal 317 345 254

Shades and tints

Shades of #CFE5AC

#CFE5AC
(207,229,172)
#BDD19D
(189,209,157)
#ABBD8E
(171,189,142)
#99A97F
(153,169,127)
#879570
(135,149,112)
#758161
(117,129,97)
#636D52
(99,109,82)
#515943
(81,89,67)
#3F4534
(63,69,52)
#2D3125
(45,49,37)
#1B1D16
(27,29,22)
#000000
(0,0,0)

Tints of #CFE5AC

#CFE5AC
(207,229,172)
#D3E7B3
(211,231,179)
#D7E9BA
(215,233,186)
#DBEBC1
(219,235,193)
#DFEDC8
(223,237,200)
#E3EFCF
(227,239,207)
#E7F1D6
(231,241,214)
#EBF3DD
(235,243,221)
#EFF5E4
(239,245,228)
#F3F7EB
(243,247,235)
#F7F9F2
(247,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFE5AC color. Also use rgb(207,229,172) instead hex code.

Text Font Color

.myTextColor { color: #CFE5AC; }

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

This text font color is #CFE5AC.

Background Color

.myBgColor { background-color: #CFE5AC; }

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

This div background color is #CFE5AC.

Border color

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

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

This div border color is #CFE5AC.

Opacity

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

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

Text with #CFE5AC 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 #CFE5AC;}

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

This text has shadow with #CFE5AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFE5AC.

Preview

Color preview on black background

This text has color #CFE5AC on black background.


Color preview on white background

This text has color #CFE5AC on white background.


Black color preview on #CFE5AC background

This text has black color on #CFE5AC background.


White color preview on #CFE5AC background

This text has white color on #CFE5AC background.


Related colors

Complementary color

Complementary color for #hex is #301A53.


I love getcolorcode.com

Triadic colors

1 #ACCFE5 and #E5ACCF with #CFE5AC are triadic colors.

2 #ACE5CF and #E5CFAC with #CFE5AC are triadic colors.