COLOR #CEEABE

HEX: #CEEABE
RGB: (206,234,190)

Color info

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

RGB color model

#CEEABE color RGB value is (206,234,190).

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

RGB channels and saturation

R 206 of 255 = 81%
G 234 of 255 = 92%
B 190 of 255 = 75%

206
234
190

R + G + B ~ 83%. #CEEABE is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 234 + 190 = 630 (100%)
R 206 of 630 ~ 32.7%
G 234 of 630 ~ 37.14%
B 190 of 630 ~ 30.16%

%32.7
%37.14
%30.16

CMYK color model

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

  • cyan value is 11.97%
  • magenta value is 0.00%
  • yellow value is 18.80%
  • key color value is 8.24%
CMYK:
(12,0,19,8)
C12M0Y19K8 
(12%,0%,19%,8%)
(0.12/0.00/0.19/0.08)	

CMYK percentages

%11.97
%0
%18.8
%8.24

Codes

Color #CEEABE in popluar color models

CEEABE
RGB206234190
HSL98°51.16%83.14%
HSB/HSV98°18.80%91.76%
CMYK11.97%0.00%18.80%
8.24%

Color #CEEABE in popluar number systems.

HEXCEEABE
Decimal206234190
Binary110011101110101010111110
Octal316352276

Shades and tints

Shades of #CEEABE

#CEEABE
(206,234,190)
#BCD5AD
(188,213,173)
#AAC09C
(170,192,156)
#98AB8B
(152,171,139)
#86967A
(134,150,122)
#748169
(116,129,105)
#626C58
(98,108,88)
#505747
(80,87,71)
#3E4236
(62,66,54)
#2C2D25
(44,45,37)
#1A1814
(26,24,20)
#000000
(0,0,0)

Tints of #CEEABE

#CEEABE
(206,234,190)
#D2EBC3
(210,235,195)
#D6ECC8
(214,236,200)
#DAEDCD
(218,237,205)
#DEEED2
(222,238,210)
#E2EFD7
(226,239,215)
#E6F0DC
(230,240,220)
#EAF1E1
(234,241,225)
#EEF2E6
(238,242,230)
#F2F3EB
(242,243,235)
#F6F4F0
(246,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEEABE; }

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

This text font color is #CEEABE.


Background Color

.myBgColor { background-color: #CEEABE; }

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

This div background color is #CEEABE.


Border color

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

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

This div border color is #CEEABE.


Opacity

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

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

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

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

This text has shadow with #CEEABE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEEABE on black background.


Color preview on white background

This text has color #CEEABE on white background.



Black color preview on #CEEABE background

This text has black color on #CEEABE background.


White color preview on #CEEABE background

This text has white color on #CEEABE background.