COLOR #CFE6BE

HEX: #CFE6BE
RGB: (207,230,190)

Color info

#CFE6BE contains red, green and blue colors in about the same proportion. Web safe color of #CFE6BE is #CCCCCC (or #CCC).

RGB color model

#CFE6BE color RGB value is (207,230,190).

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

RGB channels and saturation

R 207 of 255 = 81%
G 230 of 255 = 90%
B 190 of 255 = 75%

207
230
190

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

Portions of RGB colors in percentages

R + G + B =
207 + 230 + 190 = 627 (100%)
R 207 of 627 ~ 33.01%
G 230 of 627 ~ 36.68%
B 190 of 627 ~ 30.3%

%33.01
%36.68
%30.3

CMYK color model

#CFE6BE color CMYK value is (10,0,17,10).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 17.39%
  • key color value is 9.80%
CMYK:
(10,0,17,10)
C10M0Y17K10 
(10%,0%,17%,10%)
(0.10/0.00/0.17/0.10)	

CMYK percentages

%10
%0
%17.39
%9.8

Codes

Color #CFE6BE in popluar color models

CFE6BE
RGB207230190
HSL95°44.44%82.35%
HSB/HSV95°17.39%90.20%
CMYK10.00%0.00%17.39%
9.80%

Color #CFE6BE in popluar number systems.

HEXCFE6BE
Decimal207230190
Binary110011111110011010111110
Octal317346276

Shades and tints

Shades of #CFE6BE

#CFE6BE
(207,230,190)
#BDD2AD
(189,210,173)
#ABBE9C
(171,190,156)
#99AA8B
(153,170,139)
#87967A
(135,150,122)
#758269
(117,130,105)
#636E58
(99,110,88)
#515A47
(81,90,71)
#3F4636
(63,70,54)
#2D3225
(45,50,37)
#1B1E14
(27,30,20)
#000000
(0,0,0)

Tints of #CFE6BE

#CFE6BE
(207,230,190)
#D3E8C3
(211,232,195)
#D7EAC8
(215,234,200)
#DBECCD
(219,236,205)
#DFEED2
(223,238,210)
#E3F0D7
(227,240,215)
#E7F2DC
(231,242,220)
#EBF4E1
(235,244,225)
#EFF6E6
(239,246,230)
#F3F8EB
(243,248,235)
#F7FAF0
(247,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFE6BE; }

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

This text font color is #CFE6BE.


Background Color

.myBgColor { background-color: #CFE6BE; }

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

This div background color is #CFE6BE.


Border color

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

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

This div border color is #CFE6BE.


Opacity

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

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

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

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

This text has shadow with #CFE6BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFE6BE on black background.


Color preview on white background

This text has color #CFE6BE on white background.



Black color preview on #CFE6BE background

This text has black color on #CFE6BE background.


White color preview on #CFE6BE background

This text has white color on #CFE6BE background.