COLOR #CCEBCA

HEX: #CCEBCA RGB: (204,235,202)

Color info

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

RGB color model

#CCEBCA color RGB value is (204,235,202).

RGB: (204,235,202) (80%, 92%, 79%)

RGB channels and saturation

R 204 of 255 = 80%
G 235 of 255 = 92%
B 202 of 255 = 79%

204
235
202

R + G + B ~ 84%. #CCEBCA is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 235 + 202 = 641 (100%)
R 204 of 641 ~ 31.83%
G 235 of 641 ~ 36.66%
B 202 of 641 ~ 31.51'%

%31.83
%36.66
%31.51

CMYK color model

#CCEBCA color CMYK value is (13,0,14,8).

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

CMYK: (13,0,14,8)
C13M0Y14K8 (13%, 0%, 14%, 8%)
(0.13 / 0.00 / 0.14 / 0.08)

CMYK percentages

%13.19
%0
%14.04
%7.84

Codes

Color #CCEBCA in popluar color models

CC EB CA
RGB 204 235 202
HSL 116° 45.21% 85.69%
HSB/HSV 116° 14.04% 92.16%
CMYK 13.19% 0.00% 14.04%
7.84%

Color #CCEBCA in popluar number systems.

HEX CC EB CA
Decimal 204 235 202
Binary 11001100 11101011 11001010
Octal 314 353 312

Shades and tints

Shades of #CCEBCA

#CCEBCA
(204,235,202)
#BAD6B8
(186,214,184)
#A8C1A6
(168,193,166)
#96AC94
(150,172,148)
#849782
(132,151,130)
#728270
(114,130,112)
#606D5E
(96,109,94)
#4E584C
(78,88,76)
#3C433A
(60,67,58)
#2A2E28
(42,46,40)
#181916
(24,25,22)
#000000
(0,0,0)

Tints of #CCEBCA

#CCEBCA
(204,235,202)
#D0ECCE
(208,236,206)
#D4EDD2
(212,237,210)
#D8EED6
(216,238,214)
#DCEFDA
(220,239,218)
#E0F0DE
(224,240,222)
#E4F1E2
(228,241,226)
#E8F2E6
(232,242,230)
#ECF3EA
(236,243,234)
#F0F4EE
(240,244,238)
#F4F5F2
(244,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCEBCA; }

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

This text font color is #CCEBCA.

Background Color

.myBgColor { background-color: #CCEBCA; }

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

This div background color is #CCEBCA.

Border color

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

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

This div border color is #CCEBCA.

Opacity

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

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

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

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

This text has shadow with #CCEBCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCEBCA.

Preview

Color preview on black background

This text has color #CCEBCA on black background.


Color preview on white background

This text has color #CCEBCA on white background.


Black color preview on #CCEBCA background

This text has black color on #CCEBCA background.


White color preview on #CCEBCA background

This text has white color on #CCEBCA background.


Related colors

Complementary color

Complementary color for #hex is #331435.


I love getcolorcode.com

Triadic colors

1 #CACCEB and #EBCACC with #CCEBCA are triadic colors.

2 #CAEBCC and #EBCCCA with #CCEBCA are triadic colors.