COLOR #CEEBEB

HEX: #CEEBEB
RGB: (206,235,235)

Color info

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

RGB color model

#CEEBEB color RGB value is (206,235,235).

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

RGB channels and saturation

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

206
235
235

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

Portions of RGB colors in percentages

R + G + B =
206 + 235 + 235 = 676 (100%)
R 206 of 676 ~ 30.47%
G 235 of 676 ~ 34.76%
B 235 of 676 ~ 34.76%

%30.47
%34.76
%34.76

CMYK color model

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

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

CMYK percentages

%12.34
%0
%0
%7.84

Codes

Color #CEEBEB in popluar color models

CEEBEB
RGB206235235
HSL180°42.03%86.47%
HSB/HSV180°12.34%92.16%
CMYK12.34%0.00%0.00%
7.84%

Color #CEEBEB in popluar number systems.

HEXCEEBEB
Decimal206235235
Binary110011101110101111101011
Octal316353353

Shades and tints

Shades of #CEEBEB

#CEEBEB
(206,235,235)
#BCD6D6
(188,214,214)
#AAC1C1
(170,193,193)
#98ACAC
(152,172,172)
#869797
(134,151,151)
#748282
(116,130,130)
#626D6D
(98,109,109)
#505858
(80,88,88)
#3E4343
(62,67,67)
#2C2E2E
(44,46,46)
#1A1919
(26,25,25)
#000000
(0,0,0)

Tints of #CEEBEB

#CEEBEB
(206,235,235)
#D2ECEC
(210,236,236)
#D6EDED
(214,237,237)
#DAEEEE
(218,238,238)
#DEEFEF
(222,239,239)
#E2F0F0
(226,240,240)
#E6F1F1
(230,241,241)
#EAF2F2
(234,242,242)
#EEF3F3
(238,243,243)
#F2F4F4
(242,244,244)
#F6F5F5
(246,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEEBEB; }

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

This text font color is #CEEBEB.


Background Color

.myBgColor { background-color: #CEEBEB; }

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

This div background color is #CEEBEB.


Border color

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

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

This div border color is #CEEBEB.


Opacity

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

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

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

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

This text has shadow with #CEEBEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEEBEB on black background.


Color preview on white background

This text has color #CEEBEB on white background.



Black color preview on #CEEBEB background

This text has black color on #CEEBEB background.


White color preview on #CEEBEB background

This text has white color on #CEEBEB background.