COLOR #C3ADE9

HEX: #C3ADE9
RGB: (195,173,233)

Color info

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

RGB color model

#C3ADE9 color RGB value is (195,173,233).

  • red value is 195;
  • green value is 173;
  • blue value is 233.
RGB:
(195,173,233)
(76%,68%,91%)

RGB channels and saturation

R 195 of 255 = 76%
G 173 of 255 = 68%
B 233 of 255 = 91%

195
173
233

R + G + B ~ 78%. #C3ADE9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 173 + 233 = 601 (100%)
R 195 of 601 ~ 32.45%
G 173 of 601 ~ 28.79%
B 233 of 601 ~ 38.77%

%32.45
%28.79
%38.77

CMYK color model

#C3ADE9 color CMYK value is (16,26,0,9).

  • cyan value is 16.31%
  • magenta value is 25.75%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(16,26,0,9)
C16M26Y0K9 
(16%,26%,0%,9%)
(0.16/0.26/0.00/0.09)	

CMYK percentages

%16.31
%25.75
%0
%8.63

Codes

Color #C3ADE9 in popluar color models

C3ADE9
RGB195173233
HSL262°57.69%79.61%
HSB/HSV262°25.75%91.37%
CMYK16.31%25.75%0.00%
8.63%

Color #C3ADE9 in popluar number systems.

HEXC3ADE9
Decimal195173233
Binary110000111010110111101001
Octal303255351

Shades and tints

Shades of #C3ADE9

#C3ADE9
(195,173,233)
#B29ED4
(178,158,212)
#A18FBF
(161,143,191)
#9080AA
(144,128,170)
#7F7195
(127,113,149)
#6E6280
(110,98,128)
#5D536B
(93,83,107)
#4C4456
(76,68,86)
#3B3541
(59,53,65)
#2A262C
(42,38,44)
#191717
(25,23,23)
#000000
(0,0,0)

Tints of #C3ADE9

#C3ADE9
(195,173,233)
#C8B4EB
(200,180,235)
#CDBBED
(205,187,237)
#D2C2EF
(210,194,239)
#D7C9F1
(215,201,241)
#DCD0F3
(220,208,243)
#E1D7F5
(225,215,245)
#E6DEF7
(230,222,247)
#EBE5F9
(235,229,249)
#F0ECFB
(240,236,251)
#F5F3FD
(245,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3ADE9 color. Also use rgb(195,173,233) instead hex code.

Text Font Color

.myTextColor { color: #C3ADE9; }

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

This text font color is #C3ADE9.


Background Color

.myBgColor { background-color: #C3ADE9; }

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

This div background color is #C3ADE9.


Border color

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

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

This div border color is #C3ADE9.


Opacity

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

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

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

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

This text has shadow with #C3ADE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3ADE9 on black background.


Color preview on white background

This text has color #C3ADE9 on white background.



Black color preview on #C3ADE9 background

This text has black color on #C3ADE9 background.


White color preview on #C3ADE9 background

This text has white color on #C3ADE9 background.