COLOR #CD998D

HEX: #CD998D RGB: (205,153,141)

Color info

#CD998D contains mainly red and green colors. Web safe color of #CD998D is #CC9999 (or #C99).

RGB color model

#CD998D color RGB value is (205,153,141).

RGB: (205,153,141) (80%, 60%, 55%)

RGB channels and saturation

R 205 of 255 = 80%
G 153 of 255 = 60%
B 141 of 255 = 55%

205
153
141

R + G + B ~ 65%. #CD998D is quite light color.

Portions of RGB colors in percentages

R + G + B = 205 + 153 + 141 = 499 (100%)
R 205 of 499 ~ 41.08%
G 153 of 499 ~ 30.66%
B 141 of 499 ~ 28.26'%

%41.08
%30.66
%28.26

CMYK color model

#CD998D color CMYK value is (0,25,31,20).

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

CMYK: (0,25,31,20)
C0M25Y31K20 (0%, 25%, 31%, 20%)
(0.00 / 0.25 / 0.31 / 0.20)

CMYK percentages

%0
%25.37
%31.22
%19.61

Codes

Color #CD998D in popluar color models

CD 99 8D
RGB 205 153 141
HSL 11° 39.02% 67.84%
HSB/HSV 11° 31.22% 80.39%
CMYK 0.00% 25.37% 31.22%
19.61%

Color #CD998D in popluar number systems.

HEX CD 99 8D
Decimal 205 153 141
Binary 11001101 10011001 10001101
Octal 315 231 215

Shades and tints

Shades of #CD998D

#CD998D
(205,153,141)
#BB8C81
(187,140,129)
#A97F75
(169,127,117)
#977269
(151,114,105)
#85655D
(133,101,93)
#735851
(115,88,81)
#614B45
(97,75,69)
#4F3E39
(79,62,57)
#3D312D
(61,49,45)
#2B2421
(43,36,33)
#191715
(25,23,21)
#000000
(0,0,0)

Tints of #CD998D

#CD998D
(205,153,141)
#D1A297
(209,162,151)
#D5ABA1
(213,171,161)
#D9B4AB
(217,180,171)
#DDBDB5
(221,189,181)
#E1C6BF
(225,198,191)
#E5CFC9
(229,207,201)
#E9D8D3
(233,216,211)
#EDE1DD
(237,225,221)
#F1EAE7
(241,234,231)
#F5F3F1
(245,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CD998D; }

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

This text font color is #CD998D.

Background Color

.myBgColor { background-color: #CD998D; }

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

This div background color is #CD998D.

Border color

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

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

This div border color is #CD998D.

Opacity

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

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

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

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

This text has shadow with #CD998D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CD998D.

Preview

Color preview on black background

This text has color #CD998D on black background.


Color preview on white background

This text has color #CD998D on white background.


Black color preview on #CD998D background

This text has black color on #CD998D background.


White color preview on #CD998D background

This text has white color on #CD998D background.


Related colors

Complementary color

Complementary color for #hex is #326672.


I love getcolorcode.com

Triadic colors

1 #8DCD99 and #998DCD with #CD998D are triadic colors.

2 #8D99CD and #99CD8D with #CD998D are triadic colors.