COLOR #CFB0B0

HEX: #CFB0B0
RGB: (207,176,176)

Color info

#CFB0B0 contains red, green and blue colors in about the same proportion. Web safe color of #CFB0B0 is #CC9999 (or #C99).

RGB color model

#CFB0B0 color RGB value is (207,176,176).

  • red value is 207;
  • green value is 176;
  • blue value is 176.
RGB:
(207,176,176)
(81%,69%,69%)

RGB channels and saturation

R 207 of 255 = 81%
G 176 of 255 = 69%
B 176 of 255 = 69%

207
176
176

R + G + B ~ 73%. #CFB0B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 176 + 176 = 559 (100%)
R 207 of 559 ~ 37.03%
G 176 of 559 ~ 31.48%
B 176 of 559 ~ 31.48%

%37.03
%31.48
%31.48

CMYK color model

#CFB0B0 color CMYK value is (0,15,15,19).

  • cyan value is 0.00%
  • magenta value is 14.98%
  • yellow value is 14.98%
  • key color value is 18.82%
CMYK:
(0,15,15,19)
C0M15Y15K19 
(0%,15%,15%,19%)
(0.00/0.15/0.15/0.19)	

CMYK percentages

%0
%14.98
%14.98
%18.82

Codes

Color #CFB0B0 in popluar color models

CFB0B0
RGB207176176
HSL24.41%75.10%
HSB/HSV14.98%81.18%
CMYK0.00%14.98%14.98%
18.82%

Color #CFB0B0 in popluar number systems.

HEXCFB0B0
Decimal207176176
Binary110011111011000010110000
Octal317260260

Shades and tints

Shades of #CFB0B0

#CFB0B0
(207,176,176)
#BDA0A0
(189,160,160)
#AB9090
(171,144,144)
#998080
(153,128,128)
#877070
(135,112,112)
#756060
(117,96,96)
#635050
(99,80,80)
#514040
(81,64,64)
#3F3030
(63,48,48)
#2D2020
(45,32,32)
#1B1010
(27,16,16)
#000000
(0,0,0)

Tints of #CFB0B0

#CFB0B0
(207,176,176)
#D3B7B7
(211,183,183)
#D7BEBE
(215,190,190)
#DBC5C5
(219,197,197)
#DFCCCC
(223,204,204)
#E3D3D3
(227,211,211)
#E7DADA
(231,218,218)
#EBE1E1
(235,225,225)
#EFE8E8
(239,232,232)
#F3EFEF
(243,239,239)
#F7F6F6
(247,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFB0B0; }

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

This text font color is #CFB0B0.


Background Color

.myBgColor { background-color: #CFB0B0; }

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

This div background color is #CFB0B0.


Border color

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

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

This div border color is #CFB0B0.


Opacity

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

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

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

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

This text has shadow with #CFB0B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFB0B0 on black background.


Color preview on white background

This text has color #CFB0B0 on white background.



Black color preview on #CFB0B0 background

This text has black color on #CFB0B0 background.


White color preview on #CFB0B0 background

This text has white color on #CFB0B0 background.