COLOR #C1CBF0

HEX: #C1CBF0
RGB: (193,203,240)

Color info

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

RGB color model

#C1CBF0 color RGB value is (193,203,240).

  • red value is 193;
  • green value is 203;
  • blue value is 240.
RGB: (193,203,240) (76%,80%,94%)

RGB channels and saturation

R 193 of 255 = 76%
G 203 of 255 = 80%
B 240 of 255 = 94%

193
203
240

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

Portions of RGB colors in percentages

R + G + B =
193 + 203 + 240 = 636 (100%)
R 193 of 636 ~ 30.35%
G 203 of 636 ~ 31.92%
B 240 of 636 ~ 37.74%

%30.35
%31.92
%37.74

CMYK color model

#C1CBF0 color CMYK value is (20,15,0,6).

  • cyan value is 19.58%
  • magenta value is 15.42%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK: (20,15,0,6) C20M15Y0K6 (20%,15%,0%,6%) (0.20/0.15/0.00/0.06)

CMYK percentages

%19.58
%15.42
%0
%5.88

Codes

Color #C1CBF0 in popluar color models

C1CBF0
RGB193203240
HSL227°61.04%84.90%
HSB/HSV227°19.58%94.12%
CMYK19.58%15.42%0.00%
5.88%

Color #C1CBF0 in popluar number systems.

HEXC1CBF0
Decimal193203240
Binary110000011100101111110000
Octal301313360

Shades and tints

Shades of #C1CBF0

#C1CBF0
(193,203,240)
#B0B9DB
(176,185,219)
#9FA7C6
(159,167,198)
#8E95B1
(142,149,177)
#7D839C
(125,131,156)
#6C7187
(108,113,135)
#5B5F72
(91,95,114)
#4A4D5D
(74,77,93)
#393B48
(57,59,72)
#282933
(40,41,51)
#17171E
(23,23,30)
#000000
(0,0,0)

Tints of #C1CBF0

#C1CBF0
(193,203,240)
#C6CFF1
(198,207,241)
#CBD3F2
(203,211,242)
#D0D7F3
(208,215,243)
#D5DBF4
(213,219,244)
#DADFF5
(218,223,245)
#DFE3F6
(223,227,246)
#E4E7F7
(228,231,247)
#E9EBF8
(233,235,248)
#EEEFF9
(238,239,249)
#F3F3FA
(243,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1CBF0; }

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

This text font color is #C1CBF0.


Background Color

.myBgColor { background-color: #C1CBF0; }

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

This div background color is #C1CBF0.


Border color

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

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

This div border color is #C1CBF0.


Opacity

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

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

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

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

This text has shadow with #C1CBF0 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C1CBF0 on black background.


Color preview on white background

This text has color #C1CBF0 on white background.



Black color preview on #C1CBF0 background

This text has black color on #C1CBF0 background.


White color preview on #C1CBF0 background

This text has white color on #C1CBF0 background.