COLOR #C4ADEC

HEX: #C4ADEC RGB: (196,173,236)

Color info

#C4ADEC contains mainly red and blue colors. Web safe color of #C4ADEC is #CC99FF (or #C9F).

RGB color model

#C4ADEC color RGB value is (196,173,236).

RGB: (196,173,236) (77%, 68%, 93%)

RGB channels and saturation

R 196 of 255 = 77%
G 173 of 255 = 68%
B 236 of 255 = 93%

196
173
236

R + G + B ~ 79%. #C4ADEC is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 173 + 236 = 605 (100%)
R 196 of 605 ~ 32.4%
G 173 of 605 ~ 28.6%
B 236 of 605 ~ 39.01'%

%32.4
%28.6
%39.01

CMYK color model

#C4ADEC color CMYK value is (17,27,0,7).

  • cyan value is 16.95%
  • magenta value is 26.69%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (17,27,0,7)
C17M27Y0K7 (17%, 27%, 0%, 7%)
(0.17 / 0.27 / 0.00 / 0.07)

CMYK percentages

%16.95
%26.69
%0
%7.45

Codes

Color #C4ADEC in popluar color models

C4 AD EC
RGB 196 173 236
HSL 262° 62.38% 80.20%
HSB/HSV 262° 26.69% 92.55%
CMYK 16.95% 26.69% 0.00%
7.45%

Color #C4ADEC in popluar number systems.

HEX C4 AD EC
Decimal 196 173 236
Binary 11000100 10101101 11101100
Octal 304 255 354

Shades and tints

Shades of #C4ADEC

#C4ADEC
(196,173,236)
#B39ED7
(179,158,215)
#A28FC2
(162,143,194)
#9180AD
(145,128,173)
#807198
(128,113,152)
#6F6283
(111,98,131)
#5E536E
(94,83,110)
#4D4459
(77,68,89)
#3C3544
(60,53,68)
#2B262F
(43,38,47)
#1A171A
(26,23,26)
#000000
(0,0,0)

Tints of #C4ADEC

#C4ADEC
(196,173,236)
#C9B4ED
(201,180,237)
#CEBBEE
(206,187,238)
#D3C2EF
(211,194,239)
#D8C9F0
(216,201,240)
#DDD0F1
(221,208,241)
#E2D7F2
(226,215,242)
#E7DEF3
(231,222,243)
#ECE5F4
(236,229,244)
#F1ECF5
(241,236,245)
#F6F3F6
(246,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4ADEC; }

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

This text font color is #C4ADEC.

Background Color

.myBgColor { background-color: #C4ADEC; }

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

This div background color is #C4ADEC.

Border color

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

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

This div border color is #C4ADEC.

Opacity

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

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

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

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

This text has shadow with #C4ADEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4ADEC.

Preview

Color preview on black background

This text has color #C4ADEC on black background.


Color preview on white background

This text has color #C4ADEC on white background.


Black color preview on #C4ADEC background

This text has black color on #C4ADEC background.


White color preview on #C4ADEC background

This text has white color on #C4ADEC background.


Related colors

Complementary color

Complementary color for #hex is #3B5213.


I love getcolorcode.com

Triadic colors

1 #ECC4AD and #ADECC4 with #C4ADEC are triadic colors.

2 #ECADC4 and #ADC4EC with #C4ADEC are triadic colors.