COLOR #CEEBE6

HEX: #CEEBE6 RGB: (206,235,230)

Color info

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

RGB color model

#CEEBE6 color RGB value is (206,235,230).

RGB: (206,235,230) (81%, 92%, 90%)

RGB channels and saturation

R 206 of 255 = 81%
G 235 of 255 = 92%
B 230 of 255 = 90%

206
235
230

R + G + B ~ 88%. #CEEBE6 is light color.

Portions of RGB colors in percentages

R + G + B = 206 + 235 + 230 = 671 (100%)
R 206 of 671 ~ 30.7%
G 235 of 671 ~ 35.02%
B 230 of 671 ~ 34.28'%

%30.7
%35.02
%34.28

CMYK color model

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

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

CMYK: (12,0,2,8)
C12M0Y2K8 (12%, 0%, 2%, 8%)
(0.12 / 0.00 / 0.02 / 0.08)

CMYK percentages

%12.34
%0
%2.13
%7.84

Codes

Color #CEEBE6 in popluar color models

CE EB E6
RGB 206 235 230
HSL 170° 42.03% 86.47%
HSB/HSV 170° 12.34% 92.16%
CMYK 12.34% 0.00% 2.13%
7.84%

Color #CEEBE6 in popluar number systems.

HEX CE EB E6
Decimal 206 235 230
Binary 11001110 11101011 11100110
Octal 316 353 346

Shades and tints

Shades of #CEEBE6

#CEEBE6
(206,235,230)
#BCD6D2
(188,214,210)
#AAC1BE
(170,193,190)
#98ACAA
(152,172,170)
#869796
(134,151,150)
#748282
(116,130,130)
#626D6E
(98,109,110)
#50585A
(80,88,90)
#3E4346
(62,67,70)
#2C2E32
(44,46,50)
#1A191E
(26,25,30)
#000000
(0,0,0)

Tints of #CEEBE6

#CEEBE6
(206,235,230)
#D2ECE8
(210,236,232)
#D6EDEA
(214,237,234)
#DAEEEC
(218,238,236)
#DEEFEE
(222,239,238)
#E2F0F0
(226,240,240)
#E6F1F2
(230,241,242)
#EAF2F4
(234,242,244)
#EEF3F6
(238,243,246)
#F2F4F8
(242,244,248)
#F6F5FA
(246,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEEBE6; }

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

This text font color is #CEEBE6.

Background Color

.myBgColor { background-color: #CEEBE6; }

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

This div background color is #CEEBE6.

Border color

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

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

This div border color is #CEEBE6.

Opacity

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

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

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

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

This text has shadow with #CEEBE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEEBE6.

Preview

Color preview on black background

This text has color #CEEBE6 on black background.


Color preview on white background

This text has color #CEEBE6 on white background.


Black color preview on #CEEBE6 background

This text has black color on #CEEBE6 background.


White color preview on #CEEBE6 background

This text has white color on #CEEBE6 background.


Related colors

Complementary color

Complementary color for #hex is #311419.


I love getcolorcode.com

Triadic colors

1 #E6CEEB and #EBE6CE with #CEEBE6 are triadic colors.

2 #E6EBCE and #EBCEE6 with #CEEBE6 are triadic colors.