COLOR #C2D5EB

HEX: #C2D5EB
RGB: (194,213,235)

Renk bilgisi

#C2D5EB contains red, green and blue colors in about the same proportion. #C2D5EB ‘ nin web güvenlik rengi #CCCCFF (ya da #CCF) dir.

RGB renk modeli

#C2D5EB color RGB value is (194,213,235).

  • kırmız ton 194;
  • yeşil ton 213;
  • mavi ton 235.
RGB:
(194,213,235)
(76%,84%,92%)

RGB bağlantıları ve doygunluk

R 194 of 255 = 76%
G 213 of 255 = 84%
B 235 of 255 = 92%

194
213
235

R + G + B ~ 84%. #C2D5EB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
194 + 213 + 235 = 642 (100%)
R 194 of 642 ~ 30.22%
G 213 of 642 ~ 33.18%
B 235 of 642 ~ 36.6%

%30.22
%33.18
%36.6

CMYK RENK MODELİ

#C2D5EB rengi CMYK tonu (17,9,0,8).

  • camgöbeği tonu 17.45%
  • eflatun tonu 9.36%
  • sarı tonu 0.00%
  • ana renk tonu 7.84%
CMYK:
(17,9,0,8)
C17M9Y0K8 
(17%,9%,0%,8%)
(0.17/0.09/0.00/0.08)	

CMYK yüzdeleri

%17.45
%9.36
%0
%7.84

Codes

Color #C2D5EB in popluar color models

C2D5EB
RGB194213235
HSL212°50.62%84.12%
HSB/HSV212°17.45%92.16%
CMYK17.45%9.36%0.00%
7.84%

Color #C2D5EB in popluar number systems.

HEXC2D5EB
Decimal194213235
Binary110000101101010111101011
Octal302325353

Shades and tints

Shades of #C2D5EB

#C2D5EB
(194,213,235)
#B1C2D6
(177,194,214)
#A0AFC1
(160,175,193)
#8F9CAC
(143,156,172)
#7E8997
(126,137,151)
#6D7682
(109,118,130)
#5C636D
(92,99,109)
#4B5058
(75,80,88)
#3A3D43
(58,61,67)
#292A2E
(41,42,46)
#181719
(24,23,25)
#000000
(0,0,0)

Tints of #C2D5EB

#C2D5EB
(194,213,235)
#C7D8EC
(199,216,236)
#CCDBED
(204,219,237)
#D1DEEE
(209,222,238)
#D6E1EF
(214,225,239)
#DBE4F0
(219,228,240)
#E0E7F1
(224,231,241)
#E5EAF2
(229,234,242)
#EAEDF3
(234,237,243)
#EFF0F4
(239,240,244)
#F4F3F5
(244,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2D5EB color. Also use rgb(194,213,235) instead hex code.

Text Font Color

.myTextColor { color: #C2D5EB; }

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

This text font color is #C2D5EB.


Background Color

.myBgColor { background-color: #C2D5EB; }

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

This div background color is #C2D5EB.


Border color

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

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

This div border color is #C2D5EB.


Opacity

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

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

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

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

This text has shadow with #C2D5EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2D5EB on black background.


Color preview on white background

This text has color #C2D5EB on white background.



Black color preview on #C2D5EB background

This text has black color on #C2D5EB background.


White color preview on #C2D5EB background

This text has white color on #C2D5EB background.