COLOR #CEEBD4

HEX: #CEEBD4
RGB: (206,235,212)

Color info

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

RGB color model

#CEEBD4 color RGB value is (206,235,212).

  • red value is 206;
  • green value is 235;
  • blue value is 212.
RGB:
(206,235,212)
(81%,92%,83%)

RGB channels and saturation

R 206 of 255 = 81%
G 235 of 255 = 92%
B 212 of 255 = 83%

206
235
212

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

Portions of RGB colors in percentages

R + G + B =
206 + 235 + 212 = 653 (100%)
R 206 of 653 ~ 31.55%
G 235 of 653 ~ 35.99%
B 212 of 653 ~ 32.47%

%31.55
%35.99
%32.47

CMYK color model

#CEEBD4 color CMYK value is (12,0,10,8).

  • cyan value is 12.34%
  • magenta value is 0.00%
  • yellow value is 9.79%
  • key color value is 7.84%
CMYK:
(12,0,10,8)
C12M0Y10K8 
(12%,0%,10%,8%)
(0.12/0.00/0.10/0.08)	

CMYK percentages

%12.34
%0
%9.79
%7.84

Codes

Color #CEEBD4 in popluar color models

CEEBD4
RGB206235212
HSL132°42.03%86.47%
HSB/HSV132°12.34%92.16%
CMYK12.34%0.00%9.79%
7.84%

Color #CEEBD4 in popluar number systems.

HEXCEEBD4
Decimal206235212
Binary110011101110101111010100
Octal316353324

Shades and tints

Shades of #CEEBD4

#CEEBD4
(206,235,212)
#BCD6C1
(188,214,193)
#AAC1AE
(170,193,174)
#98AC9B
(152,172,155)
#869788
(134,151,136)
#748275
(116,130,117)
#626D62
(98,109,98)
#50584F
(80,88,79)
#3E433C
(62,67,60)
#2C2E29
(44,46,41)
#1A1916
(26,25,22)
#000000
(0,0,0)

Tints of #CEEBD4

#CEEBD4
(206,235,212)
#D2ECD7
(210,236,215)
#D6EDDA
(214,237,218)
#DAEEDD
(218,238,221)
#DEEFE0
(222,239,224)
#E2F0E3
(226,240,227)
#E6F1E6
(230,241,230)
#EAF2E9
(234,242,233)
#EEF3EC
(238,243,236)
#F2F4EF
(242,244,239)
#F6F5F2
(246,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEEBD4 color. Also use rgb(206,235,212) instead hex code.

Text Font Color

.myTextColor { color: #CEEBD4; }

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

This text font color is #CEEBD4.


Background Color

.myBgColor { background-color: #CEEBD4; }

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

This div background color is #CEEBD4.


Border color

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

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

This div border color is #CEEBD4.


Opacity

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

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

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

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

This text has shadow with #CEEBD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEEBD4 on black background.


Color preview on white background

This text has color #CEEBD4 on white background.



Black color preview on #CEEBD4 background

This text has black color on #CEEBD4 background.


White color preview on #CEEBD4 background

This text has white color on #CEEBD4 background.