COLOR #C5ADDC

HEX: #C5ADDC RGB: (197,173,220)

Color info

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

RGB color model

#C5ADDC color RGB value is (197,173,220).

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

RGB channels and saturation

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

197
173
220

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

Portions of RGB colors in percentages

R + G + B = 197 + 173 + 220 = 590 (100%)
R 197 of 590 ~ 33.39%
G 173 of 590 ~ 29.32%
B 220 of 590 ~ 37.29'%

%33.39
%29.32
%37.29

CMYK color model

#C5ADDC color CMYK value is (10,21,0,14).

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

CMYK: (10,21,0,14)
C10M21Y0K14 (10%, 21%, 0%, 14%)
(0.10 / 0.21 / 0.00 / 0.14)

CMYK percentages

%10.45
%21.36
%0
%13.73

Codes

Color #C5ADDC in popluar color models

C5 AD DC
RGB 197 173 220
HSL 271° 40.17% 77.06%
HSB/HSV 271° 21.36% 86.27%
CMYK 10.45% 21.36% 0.00%
13.73%

Color #C5ADDC in popluar number systems.

HEX C5 AD DC
Decimal 197 173 220
Binary 11000101 10101101 11011100
Octal 305 255 334

Shades and tints

Shades of #C5ADDC

#C5ADDC
(197,173,220)
#B49EC8
(180,158,200)
#A38FB4
(163,143,180)
#9280A0
(146,128,160)
#81718C
(129,113,140)
#706278
(112,98,120)
#5F5364
(95,83,100)
#4E4450
(78,68,80)
#3D353C
(61,53,60)
#2C2628
(44,38,40)
#1B1714
(27,23,20)
#000000
(0,0,0)

Tints of #C5ADDC

#C5ADDC
(197,173,220)
#CAB4DF
(202,180,223)
#CFBBE2
(207,187,226)
#D4C2E5
(212,194,229)
#D9C9E8
(217,201,232)
#DED0EB
(222,208,235)
#E3D7EE
(227,215,238)
#E8DEF1
(232,222,241)
#EDE5F4
(237,229,244)
#F2ECF7
(242,236,247)
#F7F3FA
(247,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5ADDC; }

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

This text font color is #C5ADDC.

Background Color

.myBgColor { background-color: #C5ADDC; }

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

This div background color is #C5ADDC.

Border color

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

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

This div border color is #C5ADDC.

Opacity

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

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

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

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

This text has shadow with #C5ADDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5ADDC.

Preview

Color preview on black background

This text has color #C5ADDC on black background.


Color preview on white background

This text has color #C5ADDC on white background.


Black color preview on #C5ADDC background

This text has black color on #C5ADDC background.


White color preview on #C5ADDC background

This text has white color on #C5ADDC background.


Related colors

Complementary color

Complementary color for #hex is #3A5223.


I love getcolorcode.com

Triadic colors

1 #DCC5AD and #ADDCC5 with #C5ADDC are triadic colors.

2 #DCADC5 and #ADC5DC with #C5ADDC are triadic colors.