COLOR #C7C3DB

HEX: #C7C3DB
RGB: (199,195,219)

Color info

#C7C3DB contains red, green and blue colors in about the same proportion. Web safe color of #C7C3DB is #CCCCCC (or #CCC).

RGB color model

#C7C3DB color RGB value is (199,195,219).

  • red value is 199;
  • green value is 195;
  • blue value is 219.
RGB:
(199,195,219)
(78%,76%,86%)

RGB channels and saturation

R 199 of 255 = 78%
G 195 of 255 = 76%
B 219 of 255 = 86%

199
195
219

R + G + B ~ 80%. #C7C3DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 195 + 219 = 613 (100%)
R 199 of 613 ~ 32.46%
G 195 of 613 ~ 31.81%
B 219 of 613 ~ 35.73%

%32.46
%31.81
%35.73

CMYK color model

#C7C3DB color CMYK value is (9,11,0,14).

  • cyan value is 9.13%
  • magenta value is 10.96%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(9,11,0,14)
C9M11Y0K14 
(9%,11%,0%,14%)
(0.09/0.11/0.00/0.14)	

CMYK percentages

%9.13
%10.96
%0
%14.12

Codes

Color #C7C3DB in popluar color models

C7C3DB
RGB199195219
HSL250°25.00%81.18%
HSB/HSV250°10.96%85.88%
CMYK9.13%10.96%0.00%
14.12%

Color #C7C3DB in popluar number systems.

HEXC7C3DB
Decimal199195219
Binary110001111100001111011011
Octal307303333

Shades and tints

Shades of #C7C3DB

#C7C3DB
(199,195,219)
#B5B2C8
(181,178,200)
#A3A1B5
(163,161,181)
#9190A2
(145,144,162)
#7F7F8F
(127,127,143)
#6D6E7C
(109,110,124)
#5B5D69
(91,93,105)
#494C56
(73,76,86)
#373B43
(55,59,67)
#252A30
(37,42,48)
#13191D
(19,25,29)
#000000
(0,0,0)

Tints of #C7C3DB

#C7C3DB
(199,195,219)
#CCC8DE
(204,200,222)
#D1CDE1
(209,205,225)
#D6D2E4
(214,210,228)
#DBD7E7
(219,215,231)
#E0DCEA
(224,220,234)
#E5E1ED
(229,225,237)
#EAE6F0
(234,230,240)
#EFEBF3
(239,235,243)
#F4F0F6
(244,240,246)
#F9F5F9
(249,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7C3DB color. Also use rgb(199,195,219) instead hex code.

Text Font Color

.myTextColor { color: #C7C3DB; }

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

This text font color is #C7C3DB.


Background Color

.myBgColor { background-color: #C7C3DB; }

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

This div background color is #C7C3DB.


Border color

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

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

This div border color is #C7C3DB.


Opacity

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

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

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

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

This text has shadow with #C7C3DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7C3DB on black background.


Color preview on white background

This text has color #C7C3DB on white background.



Black color preview on #C7C3DB background

This text has black color on #C7C3DB background.


White color preview on #C7C3DB background

This text has white color on #C7C3DB background.