COLOR #C88ABE

HEX: #C88ABE RGB: (200,138,190)

Color info

#C88ABE contains mainly red and blue colors. Web safe color of #C88ABE is #CC99CC (or #C9C).

RGB color model

#C88ABE color RGB value is (200,138,190).

RGB: (200,138,190) (78%, 54%, 75%)

RGB channels and saturation

R 200 of 255 = 78%
G 138 of 255 = 54%
B 190 of 255 = 75%

200
138
190

R + G + B ~ 69%. #C88ABE is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 138 + 190 = 528 (100%)
R 200 of 528 ~ 37.88%
G 138 of 528 ~ 26.14%
B 190 of 528 ~ 35.98'%

%37.88
%26.14
%35.98

CMYK color model

#C88ABE color CMYK value is (0,31,5,22).

  • cyan value is 0.00%
  • magenta value is 31.00%
  • yellow value is 5.00%
  • key color value is 21.57%

CMYK: (0,31,5,22)
C0M31Y5K22 (0%, 31%, 5%, 22%)
(0.00 / 0.31 / 0.05 / 0.22)

CMYK percentages

%0
%31
%5
%21.57

Codes

Color #C88ABE in popluar color models

C8 8A BE
RGB 200 138 190
HSL 310° 36.05% 66.27%
HSB/HSV 310° 31.00% 78.43%
CMYK 0.00% 31.00% 5.00%
21.57%

Color #C88ABE in popluar number systems.

HEX C8 8A BE
Decimal 200 138 190
Binary 11001000 10001010 10111110
Octal 310 212 276

Shades and tints

Shades of #C88ABE

#C88ABE
(200,138,190)
#B67EAD
(182,126,173)
#A4729C
(164,114,156)
#92668B
(146,102,139)
#805A7A
(128,90,122)
#6E4E69
(110,78,105)
#5C4258
(92,66,88)
#4A3647
(74,54,71)
#382A36
(56,42,54)
#261E25
(38,30,37)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #C88ABE

#C88ABE
(200,138,190)
#CD94C3
(205,148,195)
#D29EC8
(210,158,200)
#D7A8CD
(215,168,205)
#DCB2D2
(220,178,210)
#E1BCD7
(225,188,215)
#E6C6DC
(230,198,220)
#EBD0E1
(235,208,225)
#F0DAE6
(240,218,230)
#F5E4EB
(245,228,235)
#FAEEF0
(250,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C88ABE color. Also use rgb(200,138,190) instead hex code.

Text Font Color

.myTextColor { color: #C88ABE; }

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

This text font color is #C88ABE.

Background Color

.myBgColor { background-color: #C88ABE; }

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

This div background color is #C88ABE.

Border color

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

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

This div border color is #C88ABE.

Opacity

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

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

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

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

This text has shadow with #C88ABE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C88ABE.

Preview

Color preview on black background

This text has color #C88ABE on black background.


Color preview on white background

This text has color #C88ABE on white background.


Black color preview on #C88ABE background

This text has black color on #C88ABE background.


White color preview on #C88ABE background

This text has white color on #C88ABE background.


Related colors

Complementary color

Complementary color for #hex is #377541.


I love getcolorcode.com

Triadic colors

1 #BEC88A and #8ABEC8 with #C88ABE are triadic colors.

2 #BE8AC8 and #8AC8BE with #C88ABE are triadic colors.