COLOR #C4DBE7

HEX: #C4DBE7
RGB: (196,219,231)

Renk bilgisi

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

RGB renk modeli

#C4DBE7 color RGB value is (196,219,231).

  • kırmız ton 196;
  • yeşil ton 219;
  • mavi ton 231.
RGB:
(196,219,231)
(77%,86%,91%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 219 of 255 = 86%
B 231 of 255 = 91%

196
219
231

R + G + B ~ 85%. #C4DBE7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 219 + 231 = 646 (100%)
R 196 of 646 ~ 30.34%
G 219 of 646 ~ 33.9%
B 231 of 646 ~ 35.76%

%30.34
%33.9
%35.76

CMYK RENK MODELİ

#C4DBE7 rengi CMYK tonu (15,5,0,9).

  • camgöbeği tonu 15.15%
  • eflatun tonu 5.19%
  • sarı tonu 0.00%
  • ana renk tonu 9.41%
CMYK:
(15,5,0,9)
C15M5Y0K9 
(15%,5%,0%,9%)
(0.15/0.05/0.00/0.09)	

CMYK yüzdeleri

%15.15
%5.19
%0
%9.41

Codes

Color #C4DBE7 in popluar color models

C4DBE7
RGB196219231
HSL201°42.17%83.73%
HSB/HSV201°15.15%90.59%
CMYK15.15%5.19%0.00%
9.41%

Color #C4DBE7 in popluar number systems.

HEXC4DBE7
Decimal196219231
Binary110001001101101111100111
Octal304333347

Shades and tints

Shades of #C4DBE7

#C4DBE7
(196,219,231)
#B3C8D2
(179,200,210)
#A2B5BD
(162,181,189)
#91A2A8
(145,162,168)
#808F93
(128,143,147)
#6F7C7E
(111,124,126)
#5E6969
(94,105,105)
#4D5654
(77,86,84)
#3C433F
(60,67,63)
#2B302A
(43,48,42)
#1A1D15
(26,29,21)
#000000
(0,0,0)

Tints of #C4DBE7

#C4DBE7
(196,219,231)
#C9DEE9
(201,222,233)
#CEE1EB
(206,225,235)
#D3E4ED
(211,228,237)
#D8E7EF
(216,231,239)
#DDEAF1
(221,234,241)
#E2EDF3
(226,237,243)
#E7F0F5
(231,240,245)
#ECF3F7
(236,243,247)
#F1F6F9
(241,246,249)
#F6F9FB
(246,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4DBE7 color. Also use rgb(196,219,231) instead hex code.

Text Font Color

.myTextColor { color: #C4DBE7; }

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

This text font color is #C4DBE7.


Background Color

.myBgColor { background-color: #C4DBE7; }

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

This div background color is #C4DBE7.


Border color

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

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

This div border color is #C4DBE7.


Opacity

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

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

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

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

This text has shadow with #C4DBE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4DBE7 on black background.


Color preview on white background

This text has color #C4DBE7 on white background.



Black color preview on #C4DBE7 background

This text has black color on #C4DBE7 background.


White color preview on #C4DBE7 background

This text has white color on #C4DBE7 background.