COLOR #CCEBBA

HEX: #CCEBBA RGB: (204,235,186)

Color info

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

RGB color model

#CCEBBA color RGB value is (204,235,186).

RGB: (204,235,186) (80%, 92%, 73%)

RGB channels and saturation

R 204 of 255 = 80%
G 235 of 255 = 92%
B 186 of 255 = 73%

204
235
186

R + G + B ~ 82%. #CCEBBA is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 235 + 186 = 625 (100%)
R 204 of 625 ~ 32.64%
G 235 of 625 ~ 37.6%
B 186 of 625 ~ 29.76'%

%32.64
%37.6
%29.76

CMYK color model

#CCEBBA color CMYK value is (13,0,21,8).

  • cyan value is 13.19%
  • magenta value is 0.00%
  • yellow value is 20.85%
  • key color value is 7.84%

CMYK: (13,0,21,8)
C13M0Y21K8 (13%, 0%, 21%, 8%)
(0.13 / 0.00 / 0.21 / 0.08)

CMYK percentages

%13.19
%0
%20.85
%7.84

Codes

Color #CCEBBA in popluar color models

CC EB BA
RGB 204 235 186
HSL 98° 55.06% 82.55%
HSB/HSV 98° 20.85% 92.16%
CMYK 13.19% 0.00% 20.85%
7.84%

Color #CCEBBA in popluar number systems.

HEX CC EB BA
Decimal 204 235 186
Binary 11001100 11101011 10111010
Octal 314 353 272

Shades and tints

Shades of #CCEBBA

#CCEBBA
(204,235,186)
#BAD6AA
(186,214,170)
#A8C19A
(168,193,154)
#96AC8A
(150,172,138)
#84977A
(132,151,122)
#72826A
(114,130,106)
#606D5A
(96,109,90)
#4E584A
(78,88,74)
#3C433A
(60,67,58)
#2A2E2A
(42,46,42)
#18191A
(24,25,26)
#000000
(0,0,0)

Tints of #CCEBBA

#CCEBBA
(204,235,186)
#D0ECC0
(208,236,192)
#D4EDC6
(212,237,198)
#D8EECC
(216,238,204)
#DCEFD2
(220,239,210)
#E0F0D8
(224,240,216)
#E4F1DE
(228,241,222)
#E8F2E4
(232,242,228)
#ECF3EA
(236,243,234)
#F0F4F0
(240,244,240)
#F4F5F6
(244,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCEBBA; }

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

This text font color is #CCEBBA.

Background Color

.myBgColor { background-color: #CCEBBA; }

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

This div background color is #CCEBBA.

Border color

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

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

This div border color is #CCEBBA.

Opacity

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

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

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

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

This text has shadow with #CCEBBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCEBBA.

Preview

Color preview on black background

This text has color #CCEBBA on black background.


Color preview on white background

This text has color #CCEBBA on white background.


Black color preview on #CCEBBA background

This text has black color on #CCEBBA background.


White color preview on #CCEBBA background

This text has white color on #CCEBBA background.


Related colors

Complementary color

Complementary color for #hex is #331445.


I love getcolorcode.com

Triadic colors

1 #BACCEB and #EBBACC with #CCEBBA are triadic colors.

2 #BAEBCC and #EBCCBA with #CCEBBA are triadic colors.