COLOR #C4D9E9

HEX: #C4D9E9
RGB: (196,217,233)

Renk bilgisi

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

RGB renk modeli

#C4D9E9 color RGB value is (196,217,233).

  • kırmız ton 196;
  • yeşil ton 217;
  • mavi ton 233.
RGB:
(196,217,233)
(77%,85%,91%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 217 of 255 = 85%
B 233 of 255 = 91%

196
217
233

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

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 217 + 233 = 646 (100%)
R 196 of 646 ~ 30.34%
G 217 of 646 ~ 33.59%
B 233 of 646 ~ 36.07%

%30.34
%33.59
%36.07

CMYK RENK MODELİ

#C4D9E9 rengi CMYK tonu (16,7,0,9).

  • camgöbeği tonu 15.88%
  • eflatun tonu 6.87%
  • sarı tonu 0.00%
  • ana renk tonu 8.63%
CMYK:
(16,7,0,9)
C16M7Y0K9 
(16%,7%,0%,9%)
(0.16/0.07/0.00/0.09)	

CMYK yüzdeleri

%15.88
%6.87
%0
%8.63

Codes

Color #C4D9E9 in popluar color models

C4D9E9
RGB196217233
HSL206°45.68%84.12%
HSB/HSV206°15.88%91.37%
CMYK15.88%6.87%0.00%
8.63%

Color #C4D9E9 in popluar number systems.

HEXC4D9E9
Decimal196217233
Binary110001001101100111101001
Octal304331351

Shades and tints

Shades of #C4D9E9

#C4D9E9
(196,217,233)
#B3C6D4
(179,198,212)
#A2B3BF
(162,179,191)
#91A0AA
(145,160,170)
#808D95
(128,141,149)
#6F7A80
(111,122,128)
#5E676B
(94,103,107)
#4D5456
(77,84,86)
#3C4141
(60,65,65)
#2B2E2C
(43,46,44)
#1A1B17
(26,27,23)
#000000
(0,0,0)

Tints of #C4D9E9

#C4D9E9
(196,217,233)
#C9DCEB
(201,220,235)
#CEDFED
(206,223,237)
#D3E2EF
(211,226,239)
#D8E5F1
(216,229,241)
#DDE8F3
(221,232,243)
#E2EBF5
(226,235,245)
#E7EEF7
(231,238,247)
#ECF1F9
(236,241,249)
#F1F4FB
(241,244,251)
#F6F7FD
(246,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4D9E9 color. Also use rgb(196,217,233) instead hex code.

Text Font Color

.myTextColor { color: #C4D9E9; }

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

This text font color is #C4D9E9.


Background Color

.myBgColor { background-color: #C4D9E9; }

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

This div background color is #C4D9E9.


Border color

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

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

This div border color is #C4D9E9.


Opacity

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

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

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

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

This text has shadow with #C4D9E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4D9E9 on black background.


Color preview on white background

This text has color #C4D9E9 on white background.



Black color preview on #C4D9E9 background

This text has black color on #C4D9E9 background.


White color preview on #C4D9E9 background

This text has white color on #C4D9E9 background.