COLOR #CCE7BA

HEX: #CCE7BA RGB: (204,231,186)

Color info

#CCE7BA contains red, green and blue colors in about the same proportion. Web safe color of #CCE7BA is #CCFFCC (or #CFC).

RGB color model

#CCE7BA color RGB value is (204,231,186).

RGB: (204,231,186) (80%, 91%, 73%)

RGB channels and saturation

R 204 of 255 = 80%
G 231 of 255 = 91%
B 186 of 255 = 73%

204
231
186

R + G + B ~ 81%. #CCE7BA is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 231 + 186 = 621 (100%)
R 204 of 621 ~ 32.85%
G 231 of 621 ~ 37.2%
B 186 of 621 ~ 29.95'%

%32.85
%37.2
%29.95

CMYK color model

#CCE7BA color CMYK value is (12,0,19,9).

  • cyan value is 11.69%
  • magenta value is 0.00%
  • yellow value is 19.48%
  • key color value is 9.41%

CMYK: (12,0,19,9)
C12M0Y19K9 (12%, 0%, 19%, 9%)
(0.12 / 0.00 / 0.19 / 0.09)

CMYK percentages

%11.69
%0
%19.48
%9.41

Codes

Color #CCE7BA in popluar color models

CC E7 BA
RGB 204 231 186
HSL 96° 48.39% 81.76%
HSB/HSV 96° 19.48% 90.59%
CMYK 11.69% 0.00% 19.48%
9.41%

Color #CCE7BA in popluar number systems.

HEX CC E7 BA
Decimal 204 231 186
Binary 11001100 11100111 10111010
Octal 314 347 272

Shades and tints

Shades of #CCE7BA

#CCE7BA
(204,231,186)
#BAD2AA
(186,210,170)
#A8BD9A
(168,189,154)
#96A88A
(150,168,138)
#84937A
(132,147,122)
#727E6A
(114,126,106)
#60695A
(96,105,90)
#4E544A
(78,84,74)
#3C3F3A
(60,63,58)
#2A2A2A
(42,42,42)
#18151A
(24,21,26)
#000000
(0,0,0)

Tints of #CCE7BA

#CCE7BA
(204,231,186)
#D0E9C0
(208,233,192)
#D4EBC6
(212,235,198)
#D8EDCC
(216,237,204)
#DCEFD2
(220,239,210)
#E0F1D8
(224,241,216)
#E4F3DE
(228,243,222)
#E8F5E4
(232,245,228)
#ECF7EA
(236,247,234)
#F0F9F0
(240,249,240)
#F4FBF6
(244,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCE7BA color. Also use rgb(204,231,186) instead hex code.

Text Font Color

.myTextColor { color: #CCE7BA; }

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

This text font color is #CCE7BA.

Background Color

.myBgColor { background-color: #CCE7BA; }

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

This div background color is #CCE7BA.

Border color

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

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

This div border color is #CCE7BA.

Opacity

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

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

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

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

This text has shadow with #CCE7BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCE7BA.

Preview

Color preview on black background

This text has color #CCE7BA on black background.


Color preview on white background

This text has color #CCE7BA on white background.


Black color preview on #CCE7BA background

This text has black color on #CCE7BA background.


White color preview on #CCE7BA background

This text has white color on #CCE7BA background.


Related colors

Complementary color

Complementary color for #hex is #331845.


I love getcolorcode.com

Triadic colors

1 #BACCE7 and #E7BACC with #CCE7BA are triadic colors.

2 #BAE7CC and #E7CCBA with #CCE7BA are triadic colors.