COLOR #C9C3EB

HEX: #C9C3EB RGB: (201,195,235)

Color info

#C9C3EB contains red, green and blue colors in about the same proportion. Web safe color of #C9C3EB is #CCCCFF (or #CCF).

RGB color model

#C9C3EB color RGB value is (201,195,235).

RGB: (201,195,235) (79%, 76%, 92%)

RGB channels and saturation

R 201 of 255 = 79%
G 195 of 255 = 76%
B 235 of 255 = 92%

201
195
235

R + G + B ~ 82%. #C9C3EB is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 195 + 235 = 631 (100%)
R 201 of 631 ~ 31.85%
G 195 of 631 ~ 30.9%
B 235 of 631 ~ 37.24'%

%31.85
%30.9
%37.24

CMYK color model

#C9C3EB color CMYK value is (14,17,0,8).

  • cyan value is 14.47%
  • magenta value is 17.02%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (14,17,0,8)
C14M17Y0K8 (14%, 17%, 0%, 8%)
(0.14 / 0.17 / 0.00 / 0.08)

CMYK percentages

%14.47
%17.02
%0
%7.84

Codes

Color #C9C3EB in popluar color models

C9 C3 EB
RGB 201 195 235
HSL 249° 50.00% 84.31%
HSB/HSV 249° 17.02% 92.16%
CMYK 14.47% 17.02% 0.00%
7.84%

Color #C9C3EB in popluar number systems.

HEX C9 C3 EB
Decimal 201 195 235
Binary 11001001 11000011 11101011
Octal 311 303 353

Shades and tints

Shades of #C9C3EB

#C9C3EB
(201,195,235)
#B7B2D6
(183,178,214)
#A5A1C1
(165,161,193)
#9390AC
(147,144,172)
#817F97
(129,127,151)
#6F6E82
(111,110,130)
#5D5D6D
(93,93,109)
#4B4C58
(75,76,88)
#393B43
(57,59,67)
#272A2E
(39,42,46)
#151919
(21,25,25)
#000000
(0,0,0)

Tints of #C9C3EB

#C9C3EB
(201,195,235)
#CDC8EC
(205,200,236)
#D1CDED
(209,205,237)
#D5D2EE
(213,210,238)
#D9D7EF
(217,215,239)
#DDDCF0
(221,220,240)
#E1E1F1
(225,225,241)
#E5E6F2
(229,230,242)
#E9EBF3
(233,235,243)
#EDF0F4
(237,240,244)
#F1F5F5
(241,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9C3EB color. Also use rgb(201,195,235) instead hex code.

Text Font Color

.myTextColor { color: #C9C3EB; }

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

This text font color is #C9C3EB.

Background Color

.myBgColor { background-color: #C9C3EB; }

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

This div background color is #C9C3EB.

Border color

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

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

This div border color is #C9C3EB.

Opacity

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

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

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

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

This text has shadow with #C9C3EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9C3EB.

Preview

Color preview on black background

This text has color #C9C3EB on black background.


Color preview on white background

This text has color #C9C3EB on white background.


Black color preview on #C9C3EB background

This text has black color on #C9C3EB background.


White color preview on #C9C3EB background

This text has white color on #C9C3EB background.


Related colors

Complementary color

Complementary color for #hex is #363C14.


I love getcolorcode.com

Triadic colors

1 #EBC9C3 and #C3EBC9 with #C9C3EB are triadic colors.

2 #EBC3C9 and #C3C9EB with #C9C3EB are triadic colors.