COLOR #C4CFB7

HEX: #C4CFB7
RGB: (196,207,183)

Color info

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

RGB color model

#C4CFB7 color RGB value is (196,207,183).

  • red value is 196;
  • green value is 207;
  • blue value is 183.
RGB:
(196,207,183)
(77%,81%,72%)

RGB channels and saturation

R 196 of 255 = 77%
G 207 of 255 = 81%
B 183 of 255 = 72%

196
207
183

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

Portions of RGB colors in percentages

R + G + B =
196 + 207 + 183 = 586 (100%)
R 196 of 586 ~ 33.45%
G 207 of 586 ~ 35.32%
B 183 of 586 ~ 31.23%

%33.45
%35.32
%31.23

CMYK color model

#C4CFB7 color CMYK value is (5,0,12,19).

  • cyan value is 5.31%
  • magenta value is 0.00%
  • yellow value is 11.59%
  • key color value is 18.82%
CMYK:
(5,0,12,19)
C5M0Y12K19 
(5%,0%,12%,19%)
(0.05/0.00/0.12/0.19)	

CMYK percentages

%5.31
%0
%11.59
%18.82

Codes

Color #C4CFB7 in popluar color models

C4CFB7
RGB196207183
HSL88°20.00%76.47%
HSB/HSV88°11.59%81.18%
CMYK5.31%0.00%11.59%
18.82%

Color #C4CFB7 in popluar number systems.

HEXC4CFB7
Decimal196207183
Binary110001001100111110110111
Octal304317267

Shades and tints

Shades of #C4CFB7

#C4CFB7
(196,207,183)
#B3BDA7
(179,189,167)
#A2AB97
(162,171,151)
#919987
(145,153,135)
#808777
(128,135,119)
#6F7567
(111,117,103)
#5E6357
(94,99,87)
#4D5147
(77,81,71)
#3C3F37
(60,63,55)
#2B2D27
(43,45,39)
#1A1B17
(26,27,23)
#000000
(0,0,0)

Tints of #C4CFB7

#C4CFB7
(196,207,183)
#C9D3BD
(201,211,189)
#CED7C3
(206,215,195)
#D3DBC9
(211,219,201)
#D8DFCF
(216,223,207)
#DDE3D5
(221,227,213)
#E2E7DB
(226,231,219)
#E7EBE1
(231,235,225)
#ECEFE7
(236,239,231)
#F1F3ED
(241,243,237)
#F6F7F3
(246,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4CFB7; }

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

This text font color is #C4CFB7.


Background Color

.myBgColor { background-color: #C4CFB7; }

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

This div background color is #C4CFB7.


Border color

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

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

This div border color is #C4CFB7.


Opacity

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

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

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

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

This text has shadow with #C4CFB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4CFB7 on black background.


Color preview on white background

This text has color #C4CFB7 on white background.



Black color preview on #C4CFB7 background

This text has black color on #C4CFB7 background.


White color preview on #C4CFB7 background

This text has white color on #C4CFB7 background.