COLOR #CCEBD3

HEX: #CCEBD3
RGB: (204,235,211)

Color info

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

RGB color model

#CCEBD3 color RGB value is (204,235,211).

  • red value is 204;
  • green value is 235;
  • blue value is 211.
RGB:
(204,235,211)
(80%,92%,83%)

RGB channels and saturation

R 204 of 255 = 80%
G 235 of 255 = 92%
B 211 of 255 = 83%

204
235
211

R + G + B ~ 85%. #CCEBD3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 235 + 211 = 650 (100%)
R 204 of 650 ~ 31.38%
G 235 of 650 ~ 36.15%
B 211 of 650 ~ 32.46%

%31.38
%36.15
%32.46

CMYK color model

#CCEBD3 color CMYK value is (13,0,10,8).

  • cyan value is 13.19%
  • magenta value is 0.00%
  • yellow value is 10.21%
  • key color value is 7.84%
CMYK:
(13,0,10,8)
C13M0Y10K8 
(13%,0%,10%,8%)
(0.13/0.00/0.10/0.08)	

CMYK percentages

%13.19
%0
%10.21
%7.84

Codes

Color #CCEBD3 in popluar color models

CCEBD3
RGB204235211
HSL134°43.66%86.08%
HSB/HSV134°13.19%92.16%
CMYK13.19%0.00%10.21%
7.84%

Color #CCEBD3 in popluar number systems.

HEXCCEBD3
Decimal204235211
Binary110011001110101111010011
Octal314353323

Shades and tints

Shades of #CCEBD3

#CCEBD3
(204,235,211)
#BAD6C0
(186,214,192)
#A8C1AD
(168,193,173)
#96AC9A
(150,172,154)
#849787
(132,151,135)
#728274
(114,130,116)
#606D61
(96,109,97)
#4E584E
(78,88,78)
#3C433B
(60,67,59)
#2A2E28
(42,46,40)
#181915
(24,25,21)
#000000
(0,0,0)

Tints of #CCEBD3

#CCEBD3
(204,235,211)
#D0ECD7
(208,236,215)
#D4EDDB
(212,237,219)
#D8EEDF
(216,238,223)
#DCEFE3
(220,239,227)
#E0F0E7
(224,240,231)
#E4F1EB
(228,241,235)
#E8F2EF
(232,242,239)
#ECF3F3
(236,243,243)
#F0F4F7
(240,244,247)
#F4F5FB
(244,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCEBD3; }

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

This text font color is #CCEBD3.


Background Color

.myBgColor { background-color: #CCEBD3; }

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

This div background color is #CCEBD3.


Border color

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

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

This div border color is #CCEBD3.


Opacity

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

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

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

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

This text has shadow with #CCEBD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCEBD3 on black background.


Color preview on white background

This text has color #CCEBD3 on white background.



Black color preview on #CCEBD3 background

This text has black color on #CCEBD3 background.


White color preview on #CCEBD3 background

This text has white color on #CCEBD3 background.