COLOR #CEEBD9

HEX: #CEEBD9 RGB: (206,235,217)

Color info

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

RGB color model

#CEEBD9 color RGB value is (206,235,217).

RGB: (206,235,217) (81%, 92%, 85%)

RGB channels and saturation

R 206 of 255 = 81%
G 235 of 255 = 92%
B 217 of 255 = 85%

206
235
217

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

Portions of RGB colors in percentages

R + G + B = 206 + 235 + 217 = 658 (100%)
R 206 of 658 ~ 31.31%
G 235 of 658 ~ 35.71%
B 217 of 658 ~ 32.98'%

%31.31
%35.71
%32.98

CMYK color model

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

  • cyan value is 12.34%
  • magenta value is 0.00%
  • yellow value is 7.66%
  • key color value is 7.84%

CMYK: (12,0,8,8)
C12M0Y8K8 (12%, 0%, 8%, 8%)
(0.12 / 0.00 / 0.08 / 0.08)

CMYK percentages

%12.34
%0
%7.66
%7.84

Codes

Color #CEEBD9 in popluar color models

CE EB D9
RGB 206 235 217
HSL 143° 42.03% 86.47%
HSB/HSV 143° 12.34% 92.16%
CMYK 12.34% 0.00% 7.66%
7.84%

Color #CEEBD9 in popluar number systems.

HEX CE EB D9
Decimal 206 235 217
Binary 11001110 11101011 11011001
Octal 316 353 331

Shades and tints

Shades of #CEEBD9

#CEEBD9
(206,235,217)
#BCD6C6
(188,214,198)
#AAC1B3
(170,193,179)
#98ACA0
(152,172,160)
#86978D
(134,151,141)
#74827A
(116,130,122)
#626D67
(98,109,103)
#505854
(80,88,84)
#3E4341
(62,67,65)
#2C2E2E
(44,46,46)
#1A191B
(26,25,27)
#000000
(0,0,0)

Tints of #CEEBD9

#CEEBD9
(206,235,217)
#D2ECDC
(210,236,220)
#D6EDDF
(214,237,223)
#DAEEE2
(218,238,226)
#DEEFE5
(222,239,229)
#E2F0E8
(226,240,232)
#E6F1EB
(230,241,235)
#EAF2EE
(234,242,238)
#EEF3F1
(238,243,241)
#F2F4F4
(242,244,244)
#F6F5F7
(246,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEEBD9; }

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

This text font color is #CEEBD9.

Background Color

.myBgColor { background-color: #CEEBD9; }

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

This div background color is #CEEBD9.

Border color

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

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

This div border color is #CEEBD9.

Opacity

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

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

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

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

This text has shadow with #CEEBD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEEBD9.

Preview

Color preview on black background

This text has color #CEEBD9 on black background.


Color preview on white background

This text has color #CEEBD9 on white background.


Black color preview on #CEEBD9 background

This text has black color on #CEEBD9 background.


White color preview on #CEEBD9 background

This text has white color on #CEEBD9 background.


Related colors

Complementary color

Complementary color for #hex is #311426.


I love getcolorcode.com

Triadic colors

1 #D9CEEB and #EBD9CE with #CEEBD9 are triadic colors.

2 #D9EBCE and #EBCED9 with #CEEBD9 are triadic colors.