COLOR #C4ACCD

HEX: #C4ACCD RGB: (196,172,205)

Color info

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

RGB color model

#C4ACCD color RGB value is (196,172,205).

RGB: (196,172,205) (77%, 67%, 80%)

RGB channels and saturation

R 196 of 255 = 77%
G 172 of 255 = 67%
B 205 of 255 = 80%

196
172
205

R + G + B ~ 75%. #C4ACCD is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 172 + 205 = 573 (100%)
R 196 of 573 ~ 34.21%
G 172 of 573 ~ 30.02%
B 205 of 573 ~ 35.78'%

%34.21
%30.02
%35.78

CMYK color model

#C4ACCD color CMYK value is (4,16,0,20).

  • cyan value is 4.39%
  • magenta value is 16.10%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (4,16,0,20)
C4M16Y0K20 (4%, 16%, 0%, 20%)
(0.04 / 0.16 / 0.00 / 0.20)

CMYK percentages

%4.39
%16.1
%0
%19.61

Codes

Color #C4ACCD in popluar color models

C4 AC CD
RGB 196 172 205
HSL 284° 24.81% 73.92%
HSB/HSV 284° 16.10% 80.39%
CMYK 4.39% 16.10% 0.00%
19.61%

Color #C4ACCD in popluar number systems.

HEX C4 AC CD
Decimal 196 172 205
Binary 11000100 10101100 11001101
Octal 304 254 315

Shades and tints

Shades of #C4ACCD

#C4ACCD
(196,172,205)
#B39DBB
(179,157,187)
#A28EA9
(162,142,169)
#917F97
(145,127,151)
#807085
(128,112,133)
#6F6173
(111,97,115)
#5E5261
(94,82,97)
#4D434F
(77,67,79)
#3C343D
(60,52,61)
#2B252B
(43,37,43)
#1A1619
(26,22,25)
#000000
(0,0,0)

Tints of #C4ACCD

#C4ACCD
(196,172,205)
#C9B3D1
(201,179,209)
#CEBAD5
(206,186,213)
#D3C1D9
(211,193,217)
#D8C8DD
(216,200,221)
#DDCFE1
(221,207,225)
#E2D6E5
(226,214,229)
#E7DDE9
(231,221,233)
#ECE4ED
(236,228,237)
#F1EBF1
(241,235,241)
#F6F2F5
(246,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4ACCD color. Also use rgb(196,172,205) instead hex code.

Text Font Color

.myTextColor { color: #C4ACCD; }

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

This text font color is #C4ACCD.

Background Color

.myBgColor { background-color: #C4ACCD; }

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

This div background color is #C4ACCD.

Border color

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

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

This div border color is #C4ACCD.

Opacity

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

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

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

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

This text has shadow with #C4ACCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4ACCD.

Preview

Color preview on black background

This text has color #C4ACCD on black background.


Color preview on white background

This text has color #C4ACCD on white background.


Black color preview on #C4ACCD background

This text has black color on #C4ACCD background.


White color preview on #C4ACCD background

This text has white color on #C4ACCD background.


Related colors

Complementary color

Complementary color for #hex is #3B5332.


I love getcolorcode.com

Triadic colors

1 #CDC4AC and #ACCDC4 with #C4ACCD are triadic colors.

2 #CDACC4 and #ACC4CD with #C4ACCD are triadic colors.