COLOR #CBEED6

HEX: #CBEED6 RGB: (203,238,214)

Color info

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

RGB color model

#CBEED6 color RGB value is (203,238,214).

RGB: (203,238,214) (80%, 93%, 84%)

RGB channels and saturation

R 203 of 255 = 80%
G 238 of 255 = 93%
B 214 of 255 = 84%

203
238
214

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

Portions of RGB colors in percentages

R + G + B = 203 + 238 + 214 = 655 (100%)
R 203 of 655 ~ 30.99%
G 238 of 655 ~ 36.34%
B 214 of 655 ~ 32.67'%

%30.99
%36.34
%32.67

CMYK color model

#CBEED6 color CMYK value is (15,0,10,7).

  • cyan value is 14.71%
  • magenta value is 0.00%
  • yellow value is 10.08%
  • key color value is 6.67%

CMYK: (15,0,10,7)
C15M0Y10K7 (15%, 0%, 10%, 7%)
(0.15 / 0.00 / 0.10 / 0.07)

CMYK percentages

%14.71
%0
%10.08
%6.67

Codes

Color #CBEED6 in popluar color models

CB EE D6
RGB 203 238 214
HSL 139° 50.72% 86.47%
HSB/HSV 139° 14.71% 93.33%
CMYK 14.71% 0.00% 10.08%
6.67%

Color #CBEED6 in popluar number systems.

HEX CB EE D6
Decimal 203 238 214
Binary 11001011 11101110 11010110
Octal 313 356 326

Shades and tints

Shades of #CBEED6

#CBEED6
(203,238,214)
#B9D9C3
(185,217,195)
#A7C4B0
(167,196,176)
#95AF9D
(149,175,157)
#839A8A
(131,154,138)
#718577
(113,133,119)
#5F7064
(95,112,100)
#4D5B51
(77,91,81)
#3B463E
(59,70,62)
#29312B
(41,49,43)
#171C18
(23,28,24)
#000000
(0,0,0)

Tints of #CBEED6

#CBEED6
(203,238,214)
#CFEFD9
(207,239,217)
#D3F0DC
(211,240,220)
#D7F1DF
(215,241,223)
#DBF2E2
(219,242,226)
#DFF3E5
(223,243,229)
#E3F4E8
(227,244,232)
#E7F5EB
(231,245,235)
#EBF6EE
(235,246,238)
#EFF7F1
(239,247,241)
#F3F8F4
(243,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CBEED6 color. Also use rgb(203,238,214) instead hex code.

Text Font Color

.myTextColor { color: #CBEED6; }

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

This text font color is #CBEED6.

Background Color

.myBgColor { background-color: #CBEED6; }

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

This div background color is #CBEED6.

Border color

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

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

This div border color is #CBEED6.

Opacity

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

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

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

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

This text has shadow with #CBEED6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CBEED6.

Preview

Color preview on black background

This text has color #CBEED6 on black background.


Color preview on white background

This text has color #CBEED6 on white background.


Black color preview on #CBEED6 background

This text has black color on #CBEED6 background.


White color preview on #CBEED6 background

This text has white color on #CBEED6 background.


Related colors

Complementary color

Complementary color for #hex is #341129.


I love getcolorcode.com

Triadic colors

1 #D6CBEE and #EED6CB with #CBEED6 are triadic colors.

2 #D6EECB and #EECBD6 with #CBEED6 are triadic colors.