COLOR #C4ADDC

HEX: #C4ADDC RGB: (196,173,220)

Color info

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

RGB color model

#C4ADDC color RGB value is (196,173,220).

RGB: (196,173,220) (77%, 68%, 86%)

RGB channels and saturation

R 196 of 255 = 77%
G 173 of 255 = 68%
B 220 of 255 = 86%

196
173
220

R + G + B ~ 77%. #C4ADDC is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 173 + 220 = 589 (100%)
R 196 of 589 ~ 33.28%
G 173 of 589 ~ 29.37%
B 220 of 589 ~ 37.35'%

%33.28
%29.37
%37.35

CMYK color model

#C4ADDC color CMYK value is (11,21,0,14).

  • cyan value is 10.91%
  • magenta value is 21.36%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (11,21,0,14)
C11M21Y0K14 (11%, 21%, 0%, 14%)
(0.11 / 0.21 / 0.00 / 0.14)

CMYK percentages

%10.91
%21.36
%0
%13.73

Codes

Color #C4ADDC in popluar color models

C4 AD DC
RGB 196 173 220
HSL 269° 40.17% 77.06%
HSB/HSV 269° 21.36% 86.27%
CMYK 10.91% 21.36% 0.00%
13.73%

Color #C4ADDC in popluar number systems.

HEX C4 AD DC
Decimal 196 173 220
Binary 11000100 10101101 11011100
Octal 304 255 334

Shades and tints

Shades of #C4ADDC

#C4ADDC
(196,173,220)
#B39EC8
(179,158,200)
#A28FB4
(162,143,180)
#9180A0
(145,128,160)
#80718C
(128,113,140)
#6F6278
(111,98,120)
#5E5364
(94,83,100)
#4D4450
(77,68,80)
#3C353C
(60,53,60)
#2B2628
(43,38,40)
#1A1714
(26,23,20)
#000000
(0,0,0)

Tints of #C4ADDC

#C4ADDC
(196,173,220)
#C9B4DF
(201,180,223)
#CEBBE2
(206,187,226)
#D3C2E5
(211,194,229)
#D8C9E8
(216,201,232)
#DDD0EB
(221,208,235)
#E2D7EE
(226,215,238)
#E7DEF1
(231,222,241)
#ECE5F4
(236,229,244)
#F1ECF7
(241,236,247)
#F6F3FA
(246,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4ADDC color. Also use rgb(196,173,220) instead hex code.

Text Font Color

.myTextColor { color: #C4ADDC; }

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

This text font color is #C4ADDC.

Background Color

.myBgColor { background-color: #C4ADDC; }

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

This div background color is #C4ADDC.

Border color

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

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

This div border color is #C4ADDC.

Opacity

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

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

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

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

This text has shadow with #C4ADDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4ADDC.

Preview

Color preview on black background

This text has color #C4ADDC on black background.


Color preview on white background

This text has color #C4ADDC on white background.


Black color preview on #C4ADDC background

This text has black color on #C4ADDC background.


White color preview on #C4ADDC background

This text has white color on #C4ADDC background.


Related colors

Complementary color

Complementary color for #hex is #3B5223.


I love getcolorcode.com

Triadic colors

1 #DCC4AD and #ADDCC4 with #C4ADDC are triadic colors.

2 #DCADC4 and #ADC4DC with #C4ADDC are triadic colors.