COLOR #C1ADE1

HEX: #C1ADE1 RGB: (193,173,225)

Color info

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

RGB color model

#C1ADE1 color RGB value is (193,173,225).

RGB: (193,173,225) (76%, 68%, 88%)

RGB channels and saturation

R 193 of 255 = 76%
G 173 of 255 = 68%
B 225 of 255 = 88%

193
173
225

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

Portions of RGB colors in percentages

R + G + B = 193 + 173 + 225 = 591 (100%)
R 193 of 591 ~ 32.66%
G 173 of 591 ~ 29.27%
B 225 of 591 ~ 38.07'%

%32.66
%29.27
%38.07

CMYK color model

#C1ADE1 color CMYK value is (14,23,0,12).

  • cyan value is 14.22%
  • magenta value is 23.11%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK: (14,23,0,12) C14M23Y0K12 (14%,23%,0%,12%) (0.14/0.23/0.00/0.12) 

CMYK percentages

%14.22
%23.11
%0
%11.76

Codes

Color #C1ADE1 in popluar color models

C1 AD E1
RGB 193 173 225
HSL 263° 46.43% 78.04%
HSB/HSV 263° 23.11% 88.24%
CMYK 14.22% 23.11% 0.00%
11.76%

Color #C1ADE1 in popluar number systems.

HEX C1 AD E1
Decimal 193 173 225
Binary 11000001 10101101 11100001
Octal 301 255 341

Shades and tints

Shades of #C1ADE1

#C1ADE1
(193,173,225)
#B09ECD
(176,158,205)
#9F8FB9
(159,143,185)
#8E80A5
(142,128,165)
#7D7191
(125,113,145)
#6C627D
(108,98,125)
#5B5369
(91,83,105)
#4A4455
(74,68,85)
#393541
(57,53,65)
#28262D
(40,38,45)
#171719
(23,23,25)
#000000
(0,0,0)

Tints of #C1ADE1

#C1ADE1
(193,173,225)
#C6B4E3
(198,180,227)
#CBBBE5
(203,187,229)
#D0C2E7
(208,194,231)
#D5C9E9
(213,201,233)
#DAD0EB
(218,208,235)
#DFD7ED
(223,215,237)
#E4DEEF
(228,222,239)
#E9E5F1
(233,229,241)
#EEECF3
(238,236,243)
#F3F3F5
(243,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1ADE1 color. Also use rgb(193,173,225) instead hex code.

Text Font Color

.myTextColor { color: #C1ADE1; }

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

This text font color is #C1ADE1.

Background Color

.myBgColor { background-color: #C1ADE1; }

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

This div background color is #C1ADE1.

Border color

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

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

This div border color is #C1ADE1.

Opacity

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

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

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

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

This text has shadow with #C1ADE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1ADE1.

Preview

Color preview on black background

This text has color #C1ADE1 on black background.


Color preview on white background

This text has color #C1ADE1 on white background.


Black color preview on #C1ADE1 background

This text has black color on #C1ADE1 background.


White color preview on #C1ADE1 background

This text has white color on #C1ADE1 background.


Related colors

Complementary color

Complementary color for #hex is #3E521E.


I love getcolorcode.com

Triadic colors

1 #E1C1AD and #ADE1C1 with #C1ADE1 are triadic colors.

2 #E1ADC1 and #ADC1E1 with #C1ADE1 are triadic colors.