COLOR #C4D2FD

HEX: #C4D2FD
RGB: (196,210,253)

Renk bilgisi

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

RGB renk modeli

#C4D2FD color RGB value is (196,210,253).

  • kırmız ton 196;
  • yeşil ton 210;
  • mavi ton 253.
RGB:
(196,210,253)
(77%,82%,99%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 210 of 255 = 82%
B 253 of 255 = 99%

196
210
253

R + G + B ~ 86%. #C4D2FD is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 210 + 253 = 659 (100%)
R 196 of 659 ~ 29.74%
G 210 of 659 ~ 31.87%
B 253 of 659 ~ 38.39%

%29.74
%31.87
%38.39

CMYK RENK MODELİ

#C4D2FD rengi CMYK tonu (23,17,0,1).

  • camgöbeği tonu 22.53%
  • eflatun tonu 17.00%
  • sarı tonu 0.00%
  • ana renk tonu 0.78%
CMYK:
(23,17,0,1)
C23M17Y0K1 
(23%,17%,0%,1%)
(0.23/0.17/0.00/0.01)	

CMYK yüzdeleri

%22.53
%17
%0
%0.78

Codes

Color #C4D2FD in popluar color models

C4D2FD
RGB196210253
HSL225°93.44%88.04%
HSB/HSV225°22.53%99.22%
CMYK22.53%17.00%0.00%
0.78%

Color #C4D2FD in popluar number systems.

HEXC4D2FD
Decimal196210253
Binary110001001101001011111101
Octal304322375

Shades and tints

Shades of #C4D2FD

#C4D2FD
(196,210,253)
#B3BFE6
(179,191,230)
#A2ACCF
(162,172,207)
#9199B8
(145,153,184)
#8086A1
(128,134,161)
#6F738A
(111,115,138)
#5E6073
(94,96,115)
#4D4D5C
(77,77,92)
#3C3A45
(60,58,69)
#2B272E
(43,39,46)
#1A1417
(26,20,23)
#000000
(0,0,0)

Tints of #C4D2FD

#C4D2FD
(196,210,253)
#C9D6FD
(201,214,253)
#CEDAFD
(206,218,253)
#D3DEFD
(211,222,253)
#D8E2FD
(216,226,253)
#DDE6FD
(221,230,253)
#E2EAFD
(226,234,253)
#E7EEFD
(231,238,253)
#ECF2FD
(236,242,253)
#F1F6FD
(241,246,253)
#F6FAFD
(246,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4D2FD color. Also use rgb(196,210,253) instead hex code.

Text Font Color

.myTextColor { color: #C4D2FD; }

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

This text font color is #C4D2FD.


Background Color

.myBgColor { background-color: #C4D2FD; }

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

This div background color is #C4D2FD.


Border color

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

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

This div border color is #C4D2FD.


Opacity

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

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

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

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

This text has shadow with #C4D2FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4D2FD on black background.


Color preview on white background

This text has color #C4D2FD on white background.



Black color preview on #C4D2FD background

This text has black color on #C4D2FD background.


White color preview on #C4D2FD background

This text has white color on #C4D2FD background.