COLOR #C2DBFA

HEX: #C2DBFA RGB: (194,219,250)

Color info

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

RGB color model

#C2DBFA color RGB value is (194,219,250).

RGB: (194,219,250) (76%, 86%, 98%)

RGB channels and saturation

R 194 of 255 = 76%
G 219 of 255 = 86%
B 250 of 255 = 98%

194
219
250

R + G + B ~ 87%. #C2DBFA is light color.

Portions of RGB colors in percentages

R + G + B = 194 + 219 + 250 = 663 (100%)
R 194 of 663 ~ 29.26%
G 219 of 663 ~ 33.03%
B 250 of 663 ~ 37.71'%

%29.26
%33.03
%37.71

CMYK color model

#C2DBFA color CMYK value is (22,12,0,2).

  • cyan value is 22.40%
  • magenta value is 12.40%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (22,12,0,2)
C22M12Y0K2 (22%, 12%, 0%, 2%)
(0.22 / 0.12 / 0.00 / 0.02)

CMYK percentages

%22.4
%12.4
%0
%1.96

Codes

Color #C2DBFA in popluar color models

C2 DB FA
RGB 194 219 250
HSL 213° 84.85% 87.06%
HSB/HSV 213° 22.40% 98.04%
CMYK 22.40% 12.40% 0.00%
1.96%

Color #C2DBFA in popluar number systems.

HEX C2 DB FA
Decimal 194 219 250
Binary 11000010 11011011 11111010
Octal 302 333 372

Shades and tints

Shades of #C2DBFA

#C2DBFA
(194,219,250)
#B1C8E4
(177,200,228)
#A0B5CE
(160,181,206)
#8FA2B8
(143,162,184)
#7E8FA2
(126,143,162)
#6D7C8C
(109,124,140)
#5C6976
(92,105,118)
#4B5660
(75,86,96)
#3A434A
(58,67,74)
#293034
(41,48,52)
#181D1E
(24,29,30)
#000000
(0,0,0)

Tints of #C2DBFA

#C2DBFA
(194,219,250)
#C7DEFA
(199,222,250)
#CCE1FA
(204,225,250)
#D1E4FA
(209,228,250)
#D6E7FA
(214,231,250)
#DBEAFA
(219,234,250)
#E0EDFA
(224,237,250)
#E5F0FA
(229,240,250)
#EAF3FA
(234,243,250)
#EFF6FA
(239,246,250)
#F4F9FA
(244,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2DBFA color. Also use rgb(194,219,250) instead hex code.

Text Font Color

.myTextColor { color: #C2DBFA; }

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

This text font color is #C2DBFA.

Background Color

.myBgColor { background-color: #C2DBFA; }

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

This div background color is #C2DBFA.

Border color

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

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

This div border color is #C2DBFA.

Opacity

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

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

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

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

This text has shadow with #C2DBFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2DBFA.

Preview

Color preview on black background

This text has color #C2DBFA on black background.


Color preview on white background

This text has color #C2DBFA on white background.


Black color preview on #C2DBFA background

This text has black color on #C2DBFA background.


White color preview on #C2DBFA background

This text has white color on #C2DBFA background.


Related colors

Complementary color

Complementary color for #hex is #3D2405.


I love getcolorcode.com

Triadic colors

1 #FAC2DB and #DBFAC2 with #C2DBFA are triadic colors.

2 #FADBC2 and #DBC2FA with #C2DBFA are triadic colors.