COLOR #C88AC5

HEX: #C88AC5 RGB: (200,138,197)

Color info

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

RGB color model

#C88AC5 color RGB value is (200,138,197).

RGB: (200,138,197) (78%, 54%, 77%)

RGB channels and saturation

R 200 of 255 = 78%
G 138 of 255 = 54%
B 197 of 255 = 77%

200
138
197

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

Portions of RGB colors in percentages

R + G + B = 200 + 138 + 197 = 535 (100%)
R 200 of 535 ~ 37.38%
G 138 of 535 ~ 25.79%
B 197 of 535 ~ 36.82'%

%37.38
%25.79
%36.82

CMYK color model

#C88AC5 color CMYK value is (0,31,1,22).

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

CMYK: (0,31,1,22)
C0M31Y1K22 (0%, 31%, 1%, 22%)
(0.00 / 0.31 / 0.01 / 0.22)

CMYK percentages

%0
%31
%1.5
%21.57

Codes

Color #C88AC5 in popluar color models

C8 8A C5
RGB 200 138 197
HSL 303° 36.05% 66.27%
HSB/HSV 303° 31.00% 78.43%
CMYK 0.00% 31.00% 1.50%
21.57%

Color #C88AC5 in popluar number systems.

HEX C8 8A C5
Decimal 200 138 197
Binary 11001000 10001010 11000101
Octal 310 212 305

Shades and tints

Shades of #C88AC5

#C88AC5
(200,138,197)
#B67EB4
(182,126,180)
#A472A3
(164,114,163)
#926692
(146,102,146)
#805A81
(128,90,129)
#6E4E70
(110,78,112)
#5C425F
(92,66,95)
#4A364E
(74,54,78)
#382A3D
(56,42,61)
#261E2C
(38,30,44)
#14121B
(20,18,27)
#000000
(0,0,0)

Tints of #C88AC5

#C88AC5
(200,138,197)
#CD94CA
(205,148,202)
#D29ECF
(210,158,207)
#D7A8D4
(215,168,212)
#DCB2D9
(220,178,217)
#E1BCDE
(225,188,222)
#E6C6E3
(230,198,227)
#EBD0E8
(235,208,232)
#F0DAED
(240,218,237)
#F5E4F2
(245,228,242)
#FAEEF7
(250,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C88AC5; }

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

This text font color is #C88AC5.

Background Color

.myBgColor { background-color: #C88AC5; }

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

This div background color is #C88AC5.

Border color

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

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

This div border color is #C88AC5.

Opacity

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

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

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

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

This text has shadow with #C88AC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C88AC5.

Preview

Color preview on black background

This text has color #C88AC5 on black background.


Color preview on white background

This text has color #C88AC5 on white background.


Black color preview on #C88AC5 background

This text has black color on #C88AC5 background.


White color preview on #C88AC5 background

This text has white color on #C88AC5 background.


Related colors

Complementary color

Complementary color for #hex is #37753A.


I love getcolorcode.com

Triadic colors

1 #C5C88A and #8AC5C8 with #C88AC5 are triadic colors.

2 #C58AC8 and #8AC8C5 with #C88AC5 are triadic colors.