COLOR #CFBEC7

HEX: #CFBEC7
RGB: (207,190,199)

Color info

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

RGB color model

#CFBEC7 color RGB value is (207,190,199).

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

RGB channels and saturation

R 207 of 255 = 81%
G 190 of 255 = 75%
B 199 of 255 = 78%

207
190
199

R + G + B ~ 78%. #CFBEC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 190 + 199 = 596 (100%)
R 207 of 596 ~ 34.73%
G 190 of 596 ~ 31.88%
B 199 of 596 ~ 33.39%

%34.73
%31.88
%33.39

CMYK color model

#CFBEC7 color CMYK value is (0,8,4,19).

  • cyan value is 0.00%
  • magenta value is 8.21%
  • yellow value is 3.86%
  • key color value is 18.82%
CMYK:
(0,8,4,19)
C0M8Y4K19 
(0%,8%,4%,19%)
(0.00/0.08/0.04/0.19)	

CMYK percentages

%0
%8.21
%3.86
%18.82

Codes

Color #CFBEC7 in popluar color models

CFBEC7
RGB207190199
HSL328°15.04%77.84%
HSB/HSV328°8.21%81.18%
CMYK0.00%8.21%3.86%
18.82%

Color #CFBEC7 in popluar number systems.

HEXCFBEC7
Decimal207190199
Binary110011111011111011000111
Octal317276307

Shades and tints

Shades of #CFBEC7

#CFBEC7
(207,190,199)
#BDADB5
(189,173,181)
#AB9CA3
(171,156,163)
#998B91
(153,139,145)
#877A7F
(135,122,127)
#75696D
(117,105,109)
#63585B
(99,88,91)
#514749
(81,71,73)
#3F3637
(63,54,55)
#2D2525
(45,37,37)
#1B1413
(27,20,19)
#000000
(0,0,0)

Tints of #CFBEC7

#CFBEC7
(207,190,199)
#D3C3CC
(211,195,204)
#D7C8D1
(215,200,209)
#DBCDD6
(219,205,214)
#DFD2DB
(223,210,219)
#E3D7E0
(227,215,224)
#E7DCE5
(231,220,229)
#EBE1EA
(235,225,234)
#EFE6EF
(239,230,239)
#F3EBF4
(243,235,244)
#F7F0F9
(247,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFBEC7; }

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

This text font color is #CFBEC7.


Background Color

.myBgColor { background-color: #CFBEC7; }

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

This div background color is #CFBEC7.


Border color

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

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

This div border color is #CFBEC7.


Opacity

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

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

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

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

This text has shadow with #CFBEC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFBEC7 on black background.


Color preview on white background

This text has color #CFBEC7 on white background.



Black color preview on #CFBEC7 background

This text has black color on #CFBEC7 background.


White color preview on #CFBEC7 background

This text has white color on #CFBEC7 background.