COLOR #C88BA3

HEX: #C88BA3 RGB: (200,139,163)

Color info

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

RGB color model

#C88BA3 color RGB value is (200,139,163).

RGB: (200,139,163) (78%, 55%, 64%)

RGB channels and saturation

R 200 of 255 = 78%
G 139 of 255 = 55%
B 163 of 255 = 64%

200
139
163

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

Portions of RGB colors in percentages

R + G + B = 200 + 139 + 163 = 502 (100%)
R 200 of 502 ~ 39.84%
G 139 of 502 ~ 27.69%
B 163 of 502 ~ 32.47'%

%39.84
%27.69
%32.47

CMYK color model

#C88BA3 color CMYK value is (0,31,19,22).

  • cyan value is 0.00%
  • magenta value is 30.50%
  • yellow value is 18.50%
  • key color value is 21.57%

CMYK: (0,31,19,22)
C0M31Y19K22 (0%, 31%, 19%, 22%)
(0.00 / 0.31 / 0.19 / 0.22)

CMYK percentages

%0
%30.5
%18.5
%21.57

Codes

Color #C88BA3 in popluar color models

C8 8B A3
RGB 200 139 163
HSL 336° 35.67% 66.47%
HSB/HSV 336° 30.50% 78.43%
CMYK 0.00% 30.50% 18.50%
21.57%

Color #C88BA3 in popluar number systems.

HEX C8 8B A3
Decimal 200 139 163
Binary 11001000 10001011 10100011
Octal 310 213 243

Shades and tints

Shades of #C88BA3

#C88BA3
(200,139,163)
#B67F95
(182,127,149)
#A47387
(164,115,135)
#926779
(146,103,121)
#805B6B
(128,91,107)
#6E4F5D
(110,79,93)
#5C434F
(92,67,79)
#4A3741
(74,55,65)
#382B33
(56,43,51)
#261F25
(38,31,37)
#141317
(20,19,23)
#000000
(0,0,0)

Tints of #C88BA3

#C88BA3
(200,139,163)
#CD95AB
(205,149,171)
#D29FB3
(210,159,179)
#D7A9BB
(215,169,187)
#DCB3C3
(220,179,195)
#E1BDCB
(225,189,203)
#E6C7D3
(230,199,211)
#EBD1DB
(235,209,219)
#F0DBE3
(240,219,227)
#F5E5EB
(245,229,235)
#FAEFF3
(250,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C88BA3 color. Also use rgb(200,139,163) instead hex code.

Text Font Color

.myTextColor { color: #C88BA3; }

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

This text font color is #C88BA3.

Background Color

.myBgColor { background-color: #C88BA3; }

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

This div background color is #C88BA3.

Border color

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

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

This div border color is #C88BA3.

Opacity

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

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

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

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

This text has shadow with #C88BA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C88BA3.

Preview

Color preview on black background

This text has color #C88BA3 on black background.


Color preview on white background

This text has color #C88BA3 on white background.


Black color preview on #C88BA3 background

This text has black color on #C88BA3 background.


White color preview on #C88BA3 background

This text has white color on #C88BA3 background.


Related colors

Complementary color

Complementary color for #hex is #37745C.


I love getcolorcode.com

Triadic colors

1 #A3C88B and #8BA3C8 with #C88BA3 are triadic colors.

2 #A38BC8 and #8BC8A3 with #C88BA3 are triadic colors.