COLOR #C7CCEA

HEX: #C7CCEA
RGB: (199,204,234)

Color info

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

RGB color model

#C7CCEA color RGB value is (199,204,234).

  • red value is 199;
  • green value is 204;
  • blue value is 234.
RGB:
(199,204,234)
(78%,80%,92%)

RGB channels and saturation

R 199 of 255 = 78%
G 204 of 255 = 80%
B 234 of 255 = 92%

199
204
234

R + G + B ~ 83%. #C7CCEA is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 204 + 234 = 637 (100%)
R 199 of 637 ~ 31.24%
G 204 of 637 ~ 32.03%
B 234 of 637 ~ 36.73%

%31.24
%32.03
%36.73

CMYK color model

#C7CCEA color CMYK value is (15,13,0,8).

  • cyan value is 14.96%
  • magenta value is 12.82%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(15,13,0,8)
C15M13Y0K8 
(15%,13%,0%,8%)
(0.15/0.13/0.00/0.08)	

CMYK percentages

%14.96
%12.82
%0
%8.24

Codes

Color #C7CCEA in popluar color models

C7CCEA
RGB199204234
HSL231°45.45%84.90%
HSB/HSV231°14.96%91.76%
CMYK14.96%12.82%0.00%
8.24%

Color #C7CCEA in popluar number systems.

HEXC7CCEA
Decimal199204234
Binary110001111100110011101010
Octal307314352

Shades and tints

Shades of #C7CCEA

#C7CCEA
(199,204,234)
#B5BAD5
(181,186,213)
#A3A8C0
(163,168,192)
#9196AB
(145,150,171)
#7F8496
(127,132,150)
#6D7281
(109,114,129)
#5B606C
(91,96,108)
#494E57
(73,78,87)
#373C42
(55,60,66)
#252A2D
(37,42,45)
#131818
(19,24,24)
#000000
(0,0,0)

Tints of #C7CCEA

#C7CCEA
(199,204,234)
#CCD0EB
(204,208,235)
#D1D4EC
(209,212,236)
#D6D8ED
(214,216,237)
#DBDCEE
(219,220,238)
#E0E0EF
(224,224,239)
#E5E4F0
(229,228,240)
#EAE8F1
(234,232,241)
#EFECF2
(239,236,242)
#F4F0F3
(244,240,243)
#F9F4F4
(249,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7CCEA color. Also use rgb(199,204,234) instead hex code.

Text Font Color

.myTextColor { color: #C7CCEA; }

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

This text font color is #C7CCEA.


Background Color

.myBgColor { background-color: #C7CCEA; }

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

This div background color is #C7CCEA.


Border color

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

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

This div border color is #C7CCEA.


Opacity

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

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

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

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

This text has shadow with #C7CCEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7CCEA on black background.


Color preview on white background

This text has color #C7CCEA on white background.



Black color preview on #C7CCEA background

This text has black color on #C7CCEA background.


White color preview on #C7CCEA background

This text has white color on #C7CCEA background.