COLOR #C899B7

HEX: #C899B7 RGB: (200,153,183)

Color info

#C899B7 contains red, green and blue colors in about the same proportion. Web safe color of #C899B7 is #CC99CC (or #C9C).

RGB color model

#C899B7 color RGB value is (200,153,183).

RGB: (200,153,183) (78%, 60%, 72%)

RGB channels and saturation

R 200 of 255 = 78%
G 153 of 255 = 60%
B 183 of 255 = 72%

200
153
183

R + G + B ~ 70%. #C899B7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 153 + 183 = 536 (100%)
R 200 of 536 ~ 37.31%
G 153 of 536 ~ 28.54%
B 183 of 536 ~ 34.14'%

%37.31
%28.54
%34.14

CMYK color model

#C899B7 color CMYK value is (0,24,9,22).

  • cyan value is 0.00%
  • magenta value is 23.50%
  • yellow value is 8.50%
  • key color value is 21.57%

CMYK: (0,24,9,22)
C0M24Y9K22 (0%, 24%, 9%, 22%)
(0.00 / 0.24 / 0.09 / 0.22)

CMYK percentages

%0
%23.5
%8.5
%21.57

Codes

Color #C899B7 in popluar color models

C8 99 B7
RGB 200 153 183
HSL 322° 29.94% 69.22%
HSB/HSV 322° 23.50% 78.43%
CMYK 0.00% 23.50% 8.50%
21.57%

Color #C899B7 in popluar number systems.

HEX C8 99 B7
Decimal 200 153 183
Binary 11001000 10011001 10110111
Octal 310 231 267

Shades and tints

Shades of #C899B7

#C899B7
(200,153,183)
#B68CA7
(182,140,167)
#A47F97
(164,127,151)
#927287
(146,114,135)
#806577
(128,101,119)
#6E5867
(110,88,103)
#5C4B57
(92,75,87)
#4A3E47
(74,62,71)
#383137
(56,49,55)
#262427
(38,36,39)
#141717
(20,23,23)
#000000
(0,0,0)

Tints of #C899B7

#C899B7
(200,153,183)
#CDA2BD
(205,162,189)
#D2ABC3
(210,171,195)
#D7B4C9
(215,180,201)
#DCBDCF
(220,189,207)
#E1C6D5
(225,198,213)
#E6CFDB
(230,207,219)
#EBD8E1
(235,216,225)
#F0E1E7
(240,225,231)
#F5EAED
(245,234,237)
#FAF3F3
(250,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C899B7 color. Also use rgb(200,153,183) instead hex code.

Text Font Color

.myTextColor { color: #C899B7; }

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

This text font color is #C899B7.

Background Color

.myBgColor { background-color: #C899B7; }

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

This div background color is #C899B7.

Border color

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

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

This div border color is #C899B7.

Opacity

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

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

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

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

This text has shadow with #C899B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C899B7.

Preview

Color preview on black background

This text has color #C899B7 on black background.


Color preview on white background

This text has color #C899B7 on white background.


Black color preview on #C899B7 background

This text has black color on #C899B7 background.


White color preview on #C899B7 background

This text has white color on #C899B7 background.


Related colors

Complementary color

Complementary color for #hex is #376648.


I love getcolorcode.com

Triadic colors

1 #B7C899 and #99B7C8 with #C899B7 are triadic colors.

2 #B799C8 and #99C8B7 with #C899B7 are triadic colors.