COLOR #C4D4EF

HEX: #C4D4EF
RGB: (196,212,239)

Renk bilgisi

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

RGB renk modeli

#C4D4EF color RGB value is (196,212,239).

  • kırmız ton 196;
  • yeşil ton 212;
  • mavi ton 239.
RGB:
(196,212,239)
(77%,83%,94%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 212 of 255 = 83%
B 239 of 255 = 94%

196
212
239

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

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 212 + 239 = 647 (100%)
R 196 of 647 ~ 30.29%
G 212 of 647 ~ 32.77%
B 239 of 647 ~ 36.94%

%30.29
%32.77
%36.94

CMYK RENK MODELİ

#C4D4EF rengi CMYK tonu (18,11,0,6).

  • camgöbeği tonu 17.99%
  • eflatun tonu 11.30%
  • sarı tonu 0.00%
  • ana renk tonu 6.27%
CMYK:
(18,11,0,6)
C18M11Y0K6 
(18%,11%,0%,6%)
(0.18/0.11/0.00/0.06)	

CMYK yüzdeleri

%17.99
%11.3
%0
%6.27

Codes

Color #C4D4EF in popluar color models

C4D4EF
RGB196212239
HSL218°57.33%85.29%
HSB/HSV218°17.99%93.73%
CMYK17.99%11.30%0.00%
6.27%

Color #C4D4EF in popluar number systems.

HEXC4D4EF
Decimal196212239
Binary110001001101010011101111
Octal304324357

Shades and tints

Shades of #C4D4EF

#C4D4EF
(196,212,239)
#B3C1DA
(179,193,218)
#A2AEC5
(162,174,197)
#919BB0
(145,155,176)
#80889B
(128,136,155)
#6F7586
(111,117,134)
#5E6271
(94,98,113)
#4D4F5C
(77,79,92)
#3C3C47
(60,60,71)
#2B2932
(43,41,50)
#1A161D
(26,22,29)
#000000
(0,0,0)

Tints of #C4D4EF

#C4D4EF
(196,212,239)
#C9D7F0
(201,215,240)
#CEDAF1
(206,218,241)
#D3DDF2
(211,221,242)
#D8E0F3
(216,224,243)
#DDE3F4
(221,227,244)
#E2E6F5
(226,230,245)
#E7E9F6
(231,233,246)
#ECECF7
(236,236,247)
#F1EFF8
(241,239,248)
#F6F2F9
(246,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4D4EF color. Also use rgb(196,212,239) instead hex code.

Text Font Color

.myTextColor { color: #C4D4EF; }

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

This text font color is #C4D4EF.


Background Color

.myBgColor { background-color: #C4D4EF; }

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

This div background color is #C4D4EF.


Border color

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

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

This div border color is #C4D4EF.


Opacity

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

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

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

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

This text has shadow with #C4D4EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4D4EF on black background.


Color preview on white background

This text has color #C4D4EF on white background.



Black color preview on #C4D4EF background

This text has black color on #C4D4EF background.


White color preview on #C4D4EF background

This text has white color on #C4D4EF background.