COLOR #CD997E

HEX: #CD997E RGB: (205,153,126)

Color info

#CD997E contains mainly red and green colors. Web safe color of #CD997E is #CC9966 (or #C96).

RGB color model

#CD997E color RGB value is (205,153,126).

RGB: (205,153,126) (80%, 60%, 49%)

RGB channels and saturation

R 205 of 255 = 80%
G 153 of 255 = 60%
B 126 of 255 = 49%

205
153
126

R + G + B ~ 63%. #CD997E is quite light color.

Portions of RGB colors in percentages

R + G + B = 205 + 153 + 126 = 484 (100%)
R 205 of 484 ~ 42.36%
G 153 of 484 ~ 31.61%
B 126 of 484 ~ 26.03'%

%42.36
%31.61
%26.03

CMYK color model

#CD997E color CMYK value is (0,25,39,20).

  • cyan value is 0.00%
  • magenta value is 25.37%
  • yellow value is 38.54%
  • key color value is 19.61%

CMYK: (0,25,39,20)
C0M25Y39K20 (0%, 25%, 39%, 20%)
(0.00 / 0.25 / 0.39 / 0.20)

CMYK percentages

%0
%25.37
%38.54
%19.61

Codes

Color #CD997E in popluar color models

CD 99 7E
RGB 205 153 126
HSL 21° 44.13% 64.90%
HSB/HSV 21° 38.54% 80.39%
CMYK 0.00% 25.37% 38.54%
19.61%

Color #CD997E in popluar number systems.

HEX CD 99 7E
Decimal 205 153 126
Binary 11001101 10011001 1111110
Octal 315 231 176

Shades and tints

Shades of #CD997E

#CD997E
(205,153,126)
#BB8C73
(187,140,115)
#A97F68
(169,127,104)
#97725D
(151,114,93)
#856552
(133,101,82)
#735847
(115,88,71)
#614B3C
(97,75,60)
#4F3E31
(79,62,49)
#3D3126
(61,49,38)
#2B241B
(43,36,27)
#191710
(25,23,16)
#000000
(0,0,0)

Tints of #CD997E

#CD997E
(205,153,126)
#D1A289
(209,162,137)
#D5AB94
(213,171,148)
#D9B49F
(217,180,159)
#DDBDAA
(221,189,170)
#E1C6B5
(225,198,181)
#E5CFC0
(229,207,192)
#E9D8CB
(233,216,203)
#EDE1D6
(237,225,214)
#F1EAE1
(241,234,225)
#F5F3EC
(245,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CD997E color. Also use rgb(205,153,126) instead hex code.

Text Font Color

.myTextColor { color: #CD997E; }

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

This text font color is #CD997E.

Background Color

.myBgColor { background-color: #CD997E; }

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

This div background color is #CD997E.

Border color

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

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

This div border color is #CD997E.

Opacity

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

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

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

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

This text has shadow with #CD997E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CD997E.

Preview

Color preview on black background

This text has color #CD997E on black background.


Color preview on white background

This text has color #CD997E on white background.


Black color preview on #CD997E background

This text has black color on #CD997E background.


White color preview on #CD997E background

This text has white color on #CD997E background.


Related colors

Complementary color

Complementary color for #hex is #326681.


I love getcolorcode.com

Triadic colors

1 #7ECD99 and #997ECD with #CD997E are triadic colors.

2 #7E99CD and #99CD7E with #CD997E are triadic colors.