COLOR #CFE9BE

HEX: #CFE9BE
RGB: (207,233,190)

Color info

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

RGB color model

#CFE9BE color RGB value is (207,233,190).

  • red value is 207;
  • green value is 233;
  • blue value is 190.
RGB:
(207,233,190)
(81%,91%,75%)

RGB channels and saturation

R 207 of 255 = 81%
G 233 of 255 = 91%
B 190 of 255 = 75%

207
233
190

R + G + B ~ 82%. #CFE9BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 233 + 190 = 630 (100%)
R 207 of 630 ~ 32.86%
G 233 of 630 ~ 36.98%
B 190 of 630 ~ 30.16%

%32.86
%36.98
%30.16

CMYK color model

#CFE9BE color CMYK value is (11,0,18,9).

  • cyan value is 11.16%
  • magenta value is 0.00%
  • yellow value is 18.45%
  • key color value is 8.63%
CMYK:
(11,0,18,9)
C11M0Y18K9 
(11%,0%,18%,9%)
(0.11/0.00/0.18/0.09)	

CMYK percentages

%11.16
%0
%18.45
%8.63

Codes

Color #CFE9BE in popluar color models

CFE9BE
RGB207233190
HSL96°49.43%82.94%
HSB/HSV96°18.45%91.37%
CMYK11.16%0.00%18.45%
8.63%

Color #CFE9BE in popluar number systems.

HEXCFE9BE
Decimal207233190
Binary110011111110100110111110
Octal317351276

Shades and tints

Shades of #CFE9BE

#CFE9BE
(207,233,190)
#BDD4AD
(189,212,173)
#ABBF9C
(171,191,156)
#99AA8B
(153,170,139)
#87957A
(135,149,122)
#758069
(117,128,105)
#636B58
(99,107,88)
#515647
(81,86,71)
#3F4136
(63,65,54)
#2D2C25
(45,44,37)
#1B1714
(27,23,20)
#000000
(0,0,0)

Tints of #CFE9BE

#CFE9BE
(207,233,190)
#D3EBC3
(211,235,195)
#D7EDC8
(215,237,200)
#DBEFCD
(219,239,205)
#DFF1D2
(223,241,210)
#E3F3D7
(227,243,215)
#E7F5DC
(231,245,220)
#EBF7E1
(235,247,225)
#EFF9E6
(239,249,230)
#F3FBEB
(243,251,235)
#F7FDF0
(247,253,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFE9BE color. Also use rgb(207,233,190) instead hex code.

Text Font Color

.myTextColor { color: #CFE9BE; }

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

This text font color is #CFE9BE.


Background Color

.myBgColor { background-color: #CFE9BE; }

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

This div background color is #CFE9BE.


Border color

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

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

This div border color is #CFE9BE.


Opacity

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

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

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

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

This text has shadow with #CFE9BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFE9BE on black background.


Color preview on white background

This text has color #CFE9BE on white background.



Black color preview on #CFE9BE background

This text has black color on #CFE9BE background.


White color preview on #CFE9BE background

This text has white color on #CFE9BE background.