COLOR #C4B0CF

HEX: #C4B0CF RGB: (196,176,207)

Color info

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

RGB color model

#C4B0CF color RGB value is (196,176,207).

RGB: (196,176,207) (77%, 69%, 81%)

RGB channels and saturation

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

196
176
207

R + G + B ~ 76%. #C4B0CF is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 176 + 207 = 579 (100%)
R 196 of 579 ~ 33.85%
G 176 of 579 ~ 30.4%
B 207 of 579 ~ 35.75'%

%33.85
%30.4
%35.75

CMYK color model

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

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

CMYK percentages

%5.31
%14.98
%0
%18.82

Codes

Color #C4B0CF in popluar color models

C4 B0 CF
RGB 196 176 207
HSL 279° 24.41% 75.10%
HSB/HSV 279° 14.98% 81.18%
CMYK 5.31% 14.98% 0.00%
18.82%

Color #C4B0CF in popluar number systems.

HEX C4 B0 CF
Decimal 196 176 207
Binary 11000100 10110000 11001111
Octal 304 260 317

Shades and tints

Shades of #C4B0CF

#C4B0CF
(196,176,207)
#B3A0BD
(179,160,189)
#A290AB
(162,144,171)
#918099
(145,128,153)
#807087
(128,112,135)
#6F6075
(111,96,117)
#5E5063
(94,80,99)
#4D4051
(77,64,81)
#3C303F
(60,48,63)
#2B202D
(43,32,45)
#1A101B
(26,16,27)
#000000
(0,0,0)

Tints of #C4B0CF

#C4B0CF
(196,176,207)
#C9B7D3
(201,183,211)
#CEBED7
(206,190,215)
#D3C5DB
(211,197,219)
#D8CCDF
(216,204,223)
#DDD3E3
(221,211,227)
#E2DAE7
(226,218,231)
#E7E1EB
(231,225,235)
#ECE8EF
(236,232,239)
#F1EFF3
(241,239,243)
#F6F6F7
(246,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4B0CF; }

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

This text font color is #C4B0CF.

Background Color

.myBgColor { background-color: #C4B0CF; }

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

This div background color is #C4B0CF.

Border color

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

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

This div border color is #C4B0CF.

Opacity

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

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

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

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

This text has shadow with #C4B0CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4B0CF.

Preview

Color preview on black background

This text has color #C4B0CF on black background.


Color preview on white background

This text has color #C4B0CF on white background.


Black color preview on #C4B0CF background

This text has black color on #C4B0CF background.


White color preview on #C4B0CF background

This text has white color on #C4B0CF background.


Related colors

Complementary color

Complementary color for #hex is #3B4F30.


I love getcolorcode.com

Triadic colors

1 #CFC4B0 and #B0CFC4 with #C4B0CF are triadic colors.

2 #CFB0C4 and #B0C4CF with #C4B0CF are triadic colors.