COLOR #CFB0BE

HEX: #CFB0BE
RGB: (207,176,190)

Color info

#CFB0BE contains red, green and blue colors in about the same proportion. Web safe color of #CFB0BE is #CC99CC (or #C9C).

RGB color model

#CFB0BE color RGB value is (207,176,190).

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

RGB channels and saturation

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

207
176
190

R + G + B ~ 75%. #CFB0BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 176 + 190 = 573 (100%)
R 207 of 573 ~ 36.13%
G 176 of 573 ~ 30.72%
B 190 of 573 ~ 33.16%

%36.13
%30.72
%33.16

CMYK color model

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

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

CMYK percentages

%0
%14.98
%8.21
%18.82

Codes

Color #CFB0BE in popluar color models

CFB0BE
RGB207176190
HSL333°24.41%75.10%
HSB/HSV333°14.98%81.18%
CMYK0.00%14.98%8.21%
18.82%

Color #CFB0BE in popluar number systems.

HEXCFB0BE
Decimal207176190
Binary110011111011000010111110
Octal317260276

Shades and tints

Shades of #CFB0BE

#CFB0BE
(207,176,190)
#BDA0AD
(189,160,173)
#AB909C
(171,144,156)
#99808B
(153,128,139)
#87707A
(135,112,122)
#756069
(117,96,105)
#635058
(99,80,88)
#514047
(81,64,71)
#3F3036
(63,48,54)
#2D2025
(45,32,37)
#1B1014
(27,16,20)
#000000
(0,0,0)

Tints of #CFB0BE

#CFB0BE
(207,176,190)
#D3B7C3
(211,183,195)
#D7BEC8
(215,190,200)
#DBC5CD
(219,197,205)
#DFCCD2
(223,204,210)
#E3D3D7
(227,211,215)
#E7DADC
(231,218,220)
#EBE1E1
(235,225,225)
#EFE8E6
(239,232,230)
#F3EFEB
(243,239,235)
#F7F6F0
(247,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFB0BE; }

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

This text font color is #CFB0BE.


Background Color

.myBgColor { background-color: #CFB0BE; }

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

This div background color is #CFB0BE.


Border color

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

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

This div border color is #CFB0BE.


Opacity

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

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

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

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

This text has shadow with #CFB0BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFB0BE on black background.


Color preview on white background

This text has color #CFB0BE on white background.



Black color preview on #CFB0BE background

This text has black color on #CFB0BE background.


White color preview on #CFB0BE background

This text has white color on #CFB0BE background.