COLOR #CFBEC3

HEX: #CFBEC3
RGB: (207,190,195)

Color info

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

RGB color model

#CFBEC3 color RGB value is (207,190,195).

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

RGB channels and saturation

R 207 of 255 = 81%
G 190 of 255 = 75%
B 195 of 255 = 76%

207
190
195

R + G + B ~ 77%. #CFBEC3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 190 + 195 = 592 (100%)
R 207 of 592 ~ 34.97%
G 190 of 592 ~ 32.09%
B 195 of 592 ~ 32.94%

%34.97
%32.09
%32.94

CMYK color model

#CFBEC3 color CMYK value is (0,8,6,19).

  • cyan value is 0.00%
  • magenta value is 8.21%
  • yellow value is 5.80%
  • key color value is 18.82%
CMYK:
(0,8,6,19)
C0M8Y6K19 
(0%,8%,6%,19%)
(0.00/0.08/0.06/0.19)	

CMYK percentages

%0
%8.21
%5.8
%18.82

Codes

Color #CFBEC3 in popluar color models

CFBEC3
RGB207190195
HSL342°15.04%77.84%
HSB/HSV342°8.21%81.18%
CMYK0.00%8.21%5.80%
18.82%

Color #CFBEC3 in popluar number systems.

HEXCFBEC3
Decimal207190195
Binary110011111011111011000011
Octal317276303

Shades and tints

Shades of #CFBEC3

#CFBEC3
(207,190,195)
#BDADB2
(189,173,178)
#AB9CA1
(171,156,161)
#998B90
(153,139,144)
#877A7F
(135,122,127)
#75696E
(117,105,110)
#63585D
(99,88,93)
#51474C
(81,71,76)
#3F363B
(63,54,59)
#2D252A
(45,37,42)
#1B1419
(27,20,25)
#000000
(0,0,0)

Tints of #CFBEC3

#CFBEC3
(207,190,195)
#D3C3C8
(211,195,200)
#D7C8CD
(215,200,205)
#DBCDD2
(219,205,210)
#DFD2D7
(223,210,215)
#E3D7DC
(227,215,220)
#E7DCE1
(231,220,225)
#EBE1E6
(235,225,230)
#EFE6EB
(239,230,235)
#F3EBF0
(243,235,240)
#F7F0F5
(247,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFBEC3; }

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

This text font color is #CFBEC3.


Background Color

.myBgColor { background-color: #CFBEC3; }

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

This div background color is #CFBEC3.


Border color

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

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

This div border color is #CFBEC3.


Opacity

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

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

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

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

This text has shadow with #CFBEC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFBEC3 on black background.


Color preview on white background

This text has color #CFBEC3 on white background.



Black color preview on #CFBEC3 background

This text has black color on #CFBEC3 background.


White color preview on #CFBEC3 background

This text has white color on #CFBEC3 background.