COLOR #CCBD97

HEX: #CCBD97 RGB: (204,189,151)

Color info

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

RGB color model

#CCBD97 color RGB value is (204,189,151).

RGB: (204,189,151) (80%, 74%, 59%)

RGB channels and saturation

R 204 of 255 = 80%
G 189 of 255 = 74%
B 151 of 255 = 59%

204
189
151

R + G + B ~ 71%. #CCBD97 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 189 + 151 = 544 (100%)
R 204 of 544 ~ 37.5%
G 189 of 544 ~ 34.74%
B 151 of 544 ~ 27.76'%

%37.5
%34.74
%27.76

CMYK color model

#CCBD97 color CMYK value is (0,7,26,20).

  • cyan value is 0.00%
  • magenta value is 7.35%
  • yellow value is 25.98%
  • key color value is 20.00%

CMYK: (0,7,26,20)
C0M7Y26K20 (0%, 7%, 26%, 20%)
(0.00 / 0.07 / 0.26 / 0.20)

CMYK percentages

%0
%7.35
%25.98
%20

Codes

Color #CCBD97 in popluar color models

CC BD 97
RGB 204 189 151
HSL 43° 34.19% 69.61%
HSB/HSV 43° 25.98% 80.00%
CMYK 0.00% 7.35% 25.98%
20.00%

Color #CCBD97 in popluar number systems.

HEX CC BD 97
Decimal 204 189 151
Binary 11001100 10111101 10010111
Octal 314 275 227

Shades and tints

Shades of #CCBD97

#CCBD97
(204,189,151)
#BAAC8A
(186,172,138)
#A89B7D
(168,155,125)
#968A70
(150,138,112)
#847963
(132,121,99)
#726856
(114,104,86)
#605749
(96,87,73)
#4E463C
(78,70,60)
#3C352F
(60,53,47)
#2A2422
(42,36,34)
#181315
(24,19,21)
#000000
(0,0,0)

Tints of #CCBD97

#CCBD97
(204,189,151)
#D0C3A0
(208,195,160)
#D4C9A9
(212,201,169)
#D8CFB2
(216,207,178)
#DCD5BB
(220,213,187)
#E0DBC4
(224,219,196)
#E4E1CD
(228,225,205)
#E8E7D6
(232,231,214)
#ECEDDF
(236,237,223)
#F0F3E8
(240,243,232)
#F4F9F1
(244,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCBD97 color. Also use rgb(204,189,151) instead hex code.

Text Font Color

.myTextColor { color: #CCBD97; }

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

This text font color is #CCBD97.

Background Color

.myBgColor { background-color: #CCBD97; }

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

This div background color is #CCBD97.

Border color

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

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

This div border color is #CCBD97.

Opacity

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

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

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

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

This text has shadow with #CCBD97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCBD97.

Preview

Color preview on black background

This text has color #CCBD97 on black background.


Color preview on white background

This text has color #CCBD97 on white background.


Black color preview on #CCBD97 background

This text has black color on #CCBD97 background.


White color preview on #CCBD97 background

This text has white color on #CCBD97 background.


Related colors

Complementary color

Complementary color for #hex is #334268.


I love getcolorcode.com

Triadic colors

1 #97CCBD and #BD97CC with #CCBD97 are triadic colors.

2 #97BDCC and #BDCC97 with #CCBD97 are triadic colors.