COLOR #CCB9AF

HEX: #CCB9AF RGB: (204,185,175)

Color info

#CCB9AF contains red, green and blue colors in about the same proportion. Web safe color of #CCB9AF is #CCCC99 (or #CC9).

RGB color model

#CCB9AF color RGB value is (204,185,175).

RGB: (204,185,175) (80%, 73%, 69%)

RGB channels and saturation

R 204 of 255 = 80%
G 185 of 255 = 73%
B 175 of 255 = 69%

204
185
175

R + G + B ~ 74%. #CCB9AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 185 + 175 = 564 (100%)
R 204 of 564 ~ 36.17%
G 185 of 564 ~ 32.8%
B 175 of 564 ~ 31.03'%

%36.17
%32.8
%31.03

CMYK color model

#CCB9AF color CMYK value is (0,9,14,20).

  • cyan value is 0.00%
  • magenta value is 9.31%
  • yellow value is 14.22%
  • key color value is 20.00%

CMYK: (0,9,14,20)
C0M9Y14K20 (0%, 9%, 14%, 20%)
(0.00 / 0.09 / 0.14 / 0.20)

CMYK percentages

%0
%9.31
%14.22
%20

Codes

Color #CCB9AF in popluar color models

CC B9 AF
RGB 204 185 175
HSL 21° 22.14% 74.31%
HSB/HSV 21° 14.22% 80.00%
CMYK 0.00% 9.31% 14.22%
20.00%

Color #CCB9AF in popluar number systems.

HEX CC B9 AF
Decimal 204 185 175
Binary 11001100 10111001 10101111
Octal 314 271 257

Shades and tints

Shades of #CCB9AF

#CCB9AF
(204,185,175)
#BAA9A0
(186,169,160)
#A89991
(168,153,145)
#968982
(150,137,130)
#847973
(132,121,115)
#726964
(114,105,100)
#605955
(96,89,85)
#4E4946
(78,73,70)
#3C3937
(60,57,55)
#2A2928
(42,41,40)
#181919
(24,25,25)
#000000
(0,0,0)

Tints of #CCB9AF

#CCB9AF
(204,185,175)
#D0BFB6
(208,191,182)
#D4C5BD
(212,197,189)
#D8CBC4
(216,203,196)
#DCD1CB
(220,209,203)
#E0D7D2
(224,215,210)
#E4DDD9
(228,221,217)
#E8E3E0
(232,227,224)
#ECE9E7
(236,233,231)
#F0EFEE
(240,239,238)
#F4F5F5
(244,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCB9AF color. Also use rgb(204,185,175) instead hex code.

Text Font Color

.myTextColor { color: #CCB9AF; }

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

This text font color is #CCB9AF.

Background Color

.myBgColor { background-color: #CCB9AF; }

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

This div background color is #CCB9AF.

Border color

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

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

This div border color is #CCB9AF.

Opacity

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

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

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

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

This text has shadow with #CCB9AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCB9AF.

Preview

Color preview on black background

This text has color #CCB9AF on black background.


Color preview on white background

This text has color #CCB9AF on white background.


Black color preview on #CCB9AF background

This text has black color on #CCB9AF background.


White color preview on #CCB9AF background

This text has white color on #CCB9AF background.


Related colors

Complementary color

Complementary color for #hex is #334650.


I love getcolorcode.com

Triadic colors

1 #AFCCB9 and #B9AFCC with #CCB9AF are triadic colors.

2 #AFB9CC and #B9CCAF with #CCB9AF are triadic colors.