COLOR #CEEBE9

HEX: #CEEBE9
RGB: (206,235,233)

Color info

#CEEBE9 contains red, green and blue colors in about the same proportion. Web safe color of #CEEBE9 is #CCFFFF (or #CFF).

RGB color model

#CEEBE9 color RGB value is (206,235,233).

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

RGB channels and saturation

R 206 of 255 = 81%
G 235 of 255 = 92%
B 233 of 255 = 91%

206
235
233

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

Portions of RGB colors in percentages

R + G + B =
206 + 235 + 233 = 674 (100%)
R 206 of 674 ~ 30.56%
G 235 of 674 ~ 34.87%
B 233 of 674 ~ 34.57%

%30.56
%34.87
%34.57

CMYK color model

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

  • cyan value is 12.34%
  • magenta value is 0.00%
  • yellow value is 0.85%
  • key color value is 7.84%
CMYK:
(12,0,1,8)
C12M0Y1K8 
(12%,0%,1%,8%)
(0.12/0.00/0.01/0.08)	

CMYK percentages

%12.34
%0
%0.85
%7.84

Codes

Color #CEEBE9 in popluar color models

CEEBE9
RGB206235233
HSL176°42.03%86.47%
HSB/HSV176°12.34%92.16%
CMYK12.34%0.00%0.85%
7.84%

Color #CEEBE9 in popluar number systems.

HEXCEEBE9
Decimal206235233
Binary110011101110101111101001
Octal316353351

Shades and tints

Shades of #CEEBE9

#CEEBE9
(206,235,233)
#BCD6D4
(188,214,212)
#AAC1BF
(170,193,191)
#98ACAA
(152,172,170)
#869795
(134,151,149)
#748280
(116,130,128)
#626D6B
(98,109,107)
#505856
(80,88,86)
#3E4341
(62,67,65)
#2C2E2C
(44,46,44)
#1A1917
(26,25,23)
#000000
(0,0,0)

Tints of #CEEBE9

#CEEBE9
(206,235,233)
#D2ECEB
(210,236,235)
#D6EDED
(214,237,237)
#DAEEEF
(218,238,239)
#DEEFF1
(222,239,241)
#E2F0F3
(226,240,243)
#E6F1F5
(230,241,245)
#EAF2F7
(234,242,247)
#EEF3F9
(238,243,249)
#F2F4FB
(242,244,251)
#F6F5FD
(246,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEEBE9; }

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

This text font color is #CEEBE9.


Background Color

.myBgColor { background-color: #CEEBE9; }

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

This div background color is #CEEBE9.


Border color

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

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

This div border color is #CEEBE9.


Opacity

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

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

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

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

This text has shadow with #CEEBE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEEBE9 on black background.


Color preview on white background

This text has color #CEEBE9 on white background.



Black color preview on #CEEBE9 background

This text has black color on #CEEBE9 background.


White color preview on #CEEBE9 background

This text has white color on #CEEBE9 background.