COLOR #CCEBDC

HEX: #CCEBDC RGB: (204,235,220)

Color info

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

RGB color model

#CCEBDC color RGB value is (204,235,220).

RGB: (204,235,220) (80%, 92%, 86%)

RGB channels and saturation

R 204 of 255 = 80%
G 235 of 255 = 92%
B 220 of 255 = 86%

204
235
220

R + G + B ~ 86%. #CCEBDC is light color.

Portions of RGB colors in percentages

R + G + B = 204 + 235 + 220 = 659 (100%)
R 204 of 659 ~ 30.96%
G 235 of 659 ~ 35.66%
B 220 of 659 ~ 33.38'%

%30.96
%35.66
%33.38

CMYK color model

#CCEBDC color CMYK value is (13,0,6,8).

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

CMYK: (13,0,6,8)
C13M0Y6K8 (13%, 0%, 6%, 8%)
(0.13 / 0.00 / 0.06 / 0.08)

CMYK percentages

%13.19
%0
%6.38
%7.84

Codes

Color #CCEBDC in popluar color models

CC EB DC
RGB 204 235 220
HSL 151° 43.66% 86.08%
HSB/HSV 151° 13.19% 92.16%
CMYK 13.19% 0.00% 6.38%
7.84%

Color #CCEBDC in popluar number systems.

HEX CC EB DC
Decimal 204 235 220
Binary 11001100 11101011 11011100
Octal 314 353 334

Shades and tints

Shades of #CCEBDC

#CCEBDC
(204,235,220)
#BAD6C8
(186,214,200)
#A8C1B4
(168,193,180)
#96ACA0
(150,172,160)
#84978C
(132,151,140)
#728278
(114,130,120)
#606D64
(96,109,100)
#4E5850
(78,88,80)
#3C433C
(60,67,60)
#2A2E28
(42,46,40)
#181914
(24,25,20)
#000000
(0,0,0)

Tints of #CCEBDC

#CCEBDC
(204,235,220)
#D0ECDF
(208,236,223)
#D4EDE2
(212,237,226)
#D8EEE5
(216,238,229)
#DCEFE8
(220,239,232)
#E0F0EB
(224,240,235)
#E4F1EE
(228,241,238)
#E8F2F1
(232,242,241)
#ECF3F4
(236,243,244)
#F0F4F7
(240,244,247)
#F4F5FA
(244,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCEBDC; }

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

This text font color is #CCEBDC.

Background Color

.myBgColor { background-color: #CCEBDC; }

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

This div background color is #CCEBDC.

Border color

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

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

This div border color is #CCEBDC.

Opacity

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

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

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

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

This text has shadow with #CCEBDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCEBDC.

Preview

Color preview on black background

This text has color #CCEBDC on black background.


Color preview on white background

This text has color #CCEBDC on white background.


Black color preview on #CCEBDC background

This text has black color on #CCEBDC background.


White color preview on #CCEBDC background

This text has white color on #CCEBDC background.


Related colors

Complementary color

Complementary color for #hex is #331423.


I love getcolorcode.com

Triadic colors

1 #DCCCEB and #EBDCCC with #CCEBDC are triadic colors.

2 #DCEBCC and #EBCCDC with #CCEBDC are triadic colors.