COLOR #C3D3E4

HEX: #C3D3E4
RGB: (195,211,228)

Renk bilgisi

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

RGB renk modeli

#C3D3E4 color RGB value is (195,211,228).

  • kırmız ton 195;
  • yeşil ton 211;
  • mavi ton 228.
RGB:
(195,211,228)
(76%,83%,89%)

RGB bağlantıları ve doygunluk

R 195 of 255 = 76%
G 211 of 255 = 83%
B 228 of 255 = 89%

195
211
228

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

Yüzdelerle RGB renk parçaları

R + G + B =
195 + 211 + 228 = 634 (100%)
R 195 of 634 ~ 30.76%
G 211 of 634 ~ 33.28%
B 228 of 634 ~ 35.96%

%30.76
%33.28
%35.96

CMYK RENK MODELİ

#C3D3E4 rengi CMYK tonu (14,7,0,11).

  • camgöbeği tonu 14.47%
  • eflatun tonu 7.46%
  • sarı tonu 0.00%
  • ana renk tonu 10.59%
CMYK:
(14,7,0,11)
C14M7Y0K11 
(14%,7%,0%,11%)
(0.14/0.07/0.00/0.11)	

CMYK yüzdeleri

%14.47
%7.46
%0
%10.59

Codes

Color #C3D3E4 in popluar color models

C3D3E4
RGB195211228
HSL211°37.93%82.94%
HSB/HSV211°14.47%89.41%
CMYK14.47%7.46%0.00%
10.59%

Color #C3D3E4 in popluar number systems.

HEXC3D3E4
Decimal195211228
Binary110000111101001111100100
Octal303323344

Shades and tints

Shades of #C3D3E4

#C3D3E4
(195,211,228)
#B2C0D0
(178,192,208)
#A1ADBC
(161,173,188)
#909AA8
(144,154,168)
#7F8794
(127,135,148)
#6E7480
(110,116,128)
#5D616C
(93,97,108)
#4C4E58
(76,78,88)
#3B3B44
(59,59,68)
#2A2830
(42,40,48)
#19151C
(25,21,28)
#000000
(0,0,0)

Tints of #C3D3E4

#C3D3E4
(195,211,228)
#C8D7E6
(200,215,230)
#CDDBE8
(205,219,232)
#D2DFEA
(210,223,234)
#D7E3EC
(215,227,236)
#DCE7EE
(220,231,238)
#E1EBF0
(225,235,240)
#E6EFF2
(230,239,242)
#EBF3F4
(235,243,244)
#F0F7F6
(240,247,246)
#F5FBF8
(245,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3D3E4 color. Also use rgb(195,211,228) instead hex code.

Text Font Color

.myTextColor { color: #C3D3E4; }

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

This text font color is #C3D3E4.


Background Color

.myBgColor { background-color: #C3D3E4; }

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

This div background color is #C3D3E4.


Border color

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

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

This div border color is #C3D3E4.


Opacity

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

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

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

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

This text has shadow with #C3D3E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3D3E4 on black background.


Color preview on white background

This text has color #C3D3E4 on white background.



Black color preview on #C3D3E4 background

This text has black color on #C3D3E4 background.


White color preview on #C3D3E4 background

This text has white color on #C3D3E4 background.