COLOR #CCE6BA

HEX: #CCE6BA
RGB: (204,230,186)

Color info

#CCE6BA contains red, green and blue colors in about the same proportion. Web safe color of #CCE6BA is #CCCCCC (or #CCC).

RGB color model

#CCE6BA color RGB value is (204,230,186).

  • red value is 204;
  • green value is 230;
  • blue value is 186.
RGB:
(204,230,186)
(80%,90%,73%)

RGB channels and saturation

R 204 of 255 = 80%
G 230 of 255 = 90%
B 186 of 255 = 73%

204
230
186

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

Portions of RGB colors in percentages

R + G + B =
204 + 230 + 186 = 620 (100%)
R 204 of 620 ~ 32.9%
G 230 of 620 ~ 37.1%
B 186 of 620 ~ 30%

%32.9
%37.1
%30

CMYK color model

#CCE6BA color CMYK value is (11,0,19,10).

  • cyan value is 11.30%
  • magenta value is 0.00%
  • yellow value is 19.13%
  • key color value is 9.80%
CMYK:
(11,0,19,10)
C11M0Y19K10 
(11%,0%,19%,10%)
(0.11/0.00/0.19/0.10)	

CMYK percentages

%11.3
%0
%19.13
%9.8

Codes

Color #CCE6BA in popluar color models

CCE6BA
RGB204230186
HSL95°46.81%81.57%
HSB/HSV95°19.13%90.20%
CMYK11.30%0.00%19.13%
9.80%

Color #CCE6BA in popluar number systems.

HEXCCE6BA
Decimal204230186
Binary110011001110011010111010
Octal314346272

Shades and tints

Shades of #CCE6BA

#CCE6BA
(204,230,186)
#BAD2AA
(186,210,170)
#A8BE9A
(168,190,154)
#96AA8A
(150,170,138)
#84967A
(132,150,122)
#72826A
(114,130,106)
#606E5A
(96,110,90)
#4E5A4A
(78,90,74)
#3C463A
(60,70,58)
#2A322A
(42,50,42)
#181E1A
(24,30,26)
#000000
(0,0,0)

Tints of #CCE6BA

#CCE6BA
(204,230,186)
#D0E8C0
(208,232,192)
#D4EAC6
(212,234,198)
#D8ECCC
(216,236,204)
#DCEED2
(220,238,210)
#E0F0D8
(224,240,216)
#E4F2DE
(228,242,222)
#E8F4E4
(232,244,228)
#ECF6EA
(236,246,234)
#F0F8F0
(240,248,240)
#F4FAF6
(244,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCE6BA; }

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

This text font color is #CCE6BA.


Background Color

.myBgColor { background-color: #CCE6BA; }

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

This div background color is #CCE6BA.


Border color

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

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

This div border color is #CCE6BA.


Opacity

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

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

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

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

This text has shadow with #CCE6BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCE6BA on black background.


Color preview on white background

This text has color #CCE6BA on white background.



Black color preview on #CCE6BA background

This text has black color on #CCE6BA background.


White color preview on #CCE6BA background

This text has white color on #CCE6BA background.