COLOR #C1CBEA

HEX: #C1CBEA RGB: (193,203,234)

Color info

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

RGB color model

#C1CBEA color RGB value is (193,203,234).

RGB: (193,203,234) (76%, 80%, 92%)

RGB channels and saturation

R 193 of 255 = 76%
G 203 of 255 = 80%
B 234 of 255 = 92%

193
203
234

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

Portions of RGB colors in percentages

R + G + B = 193 + 203 + 234 = 630 (100%)
R 193 of 630 ~ 30.63%
G 203 of 630 ~ 32.22%
B 234 of 630 ~ 37.14'%

%30.63
%32.22
%37.14

CMYK color model

#C1CBEA color CMYK value is (18,13,0,8).

  • cyan value is 17.52%
  • magenta value is 13.25%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK: (18,13,0,8) C18M13Y0K8 (18%,13%,0%,8%) (0.18/0.13/0.00/0.08) 

CMYK percentages

%17.52
%13.25
%0
%8.24

Codes

Color #C1CBEA in popluar color models

C1 CB EA
RGB 193 203 234
HSL 225° 49.40% 83.73%
HSB/HSV 225° 17.52% 91.76%
CMYK 17.52% 13.25% 0.00%
8.24%

Color #C1CBEA in popluar number systems.

HEX C1 CB EA
Decimal 193 203 234
Binary 11000001 11001011 11101010
Octal 301 313 352

Shades and tints

Shades of #C1CBEA

#C1CBEA
(193,203,234)
#B0B9D5
(176,185,213)
#9FA7C0
(159,167,192)
#8E95AB
(142,149,171)
#7D8396
(125,131,150)
#6C7181
(108,113,129)
#5B5F6C
(91,95,108)
#4A4D57
(74,77,87)
#393B42
(57,59,66)
#28292D
(40,41,45)
#171718
(23,23,24)
#000000
(0,0,0)

Tints of #C1CBEA

#C1CBEA
(193,203,234)
#C6CFEB
(198,207,235)
#CBD3EC
(203,211,236)
#D0D7ED
(208,215,237)
#D5DBEE
(213,219,238)
#DADFEF
(218,223,239)
#DFE3F0
(223,227,240)
#E4E7F1
(228,231,241)
#E9EBF2
(233,235,242)
#EEEFF3
(238,239,243)
#F3F3F4
(243,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1CBEA color. Also use rgb(193,203,234) instead hex code.

Text Font Color

.myTextColor { color: #C1CBEA; }

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

This text font color is #C1CBEA.

Background Color

.myBgColor { background-color: #C1CBEA; }

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

This div background color is #C1CBEA.

Border color

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

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

This div border color is #C1CBEA.

Opacity

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

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

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

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

This text has shadow with #C1CBEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1CBEA.

Preview

Color preview on black background

This text has color #C1CBEA on black background.


Color preview on white background

This text has color #C1CBEA on white background.


Black color preview on #C1CBEA background

This text has black color on #C1CBEA background.


White color preview on #C1CBEA background

This text has white color on #C1CBEA background.


Related colors

Complementary color

Complementary color for #hex is #3E3415.


I love getcolorcode.com

Triadic colors

1 #EAC1CB and #CBEAC1 with #C1CBEA are triadic colors.

2 #EACBC1 and #CBC1EA with #C1CBEA are triadic colors.