COLOR #C889AB

HEX: #C889AB
RGB: (200,137,171)

Color info

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

RGB color model

#C889AB color RGB value is (200,137,171).

  • red value is 200;
  • green value is 137;
  • blue value is 171.
RGB:
(200,137,171)
(78%,54%,67%)

RGB channels and saturation

R 200 of 255 = 78%
G 137 of 255 = 54%
B 171 of 255 = 67%

200
137
171

R + G + B ~ 66%. #C889AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 137 + 171 = 508 (100%)
R 200 of 508 ~ 39.37%
G 137 of 508 ~ 26.97%
B 171 of 508 ~ 33.66%

%39.37
%26.97
%33.66

CMYK color model

#C889AB color CMYK value is (0,32,15,22).

  • cyan value is 0.00%
  • magenta value is 31.50%
  • yellow value is 14.50%
  • key color value is 21.57%
CMYK:
(0,32,15,22)
C0M32Y15K22 
(0%,32%,15%,22%)
(0.00/0.32/0.15/0.22)	

CMYK percentages

%0
%31.5
%14.5
%21.57

Codes

Color #C889AB in popluar color models

C889AB
RGB200137171
HSL328°36.42%66.08%
HSB/HSV328°31.50%78.43%
CMYK0.00%31.50%14.50%
21.57%

Color #C889AB in popluar number systems.

HEXC889AB
Decimal200137171
Binary110010001000100110101011
Octal310211253

Shades and tints

Shades of #C889AB

#C889AB
(200,137,171)
#B67D9C
(182,125,156)
#A4718D
(164,113,141)
#92657E
(146,101,126)
#80596F
(128,89,111)
#6E4D60
(110,77,96)
#5C4151
(92,65,81)
#4A3542
(74,53,66)
#382933
(56,41,51)
#261D24
(38,29,36)
#141115
(20,17,21)
#000000
(0,0,0)

Tints of #C889AB

#C889AB
(200,137,171)
#CD93B2
(205,147,178)
#D29DB9
(210,157,185)
#D7A7C0
(215,167,192)
#DCB1C7
(220,177,199)
#E1BBCE
(225,187,206)
#E6C5D5
(230,197,213)
#EBCFDC
(235,207,220)
#F0D9E3
(240,217,227)
#F5E3EA
(245,227,234)
#FAEDF1
(250,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C889AB color. Also use rgb(200,137,171) instead hex code.

Text Font Color

.myTextColor { color: #C889AB; }

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

This text font color is #C889AB.


Background Color

.myBgColor { background-color: #C889AB; }

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

This div background color is #C889AB.


Border color

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

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

This div border color is #C889AB.


Opacity

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

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

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

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

This text has shadow with #C889AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C889AB on black background.


Color preview on white background

This text has color #C889AB on white background.



Black color preview on #C889AB background

This text has black color on #C889AB background.


White color preview on #C889AB background

This text has white color on #C889AB background.