COLOR #C4D1F7

HEX: #C4D1F7
RGB: (196,209,247)

Renk bilgisi

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

RGB renk modeli

#C4D1F7 color RGB value is (196,209,247).

  • kırmız ton 196;
  • yeşil ton 209;
  • mavi ton 247.
RGB:
(196,209,247)
(77%,82%,97%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 209 of 255 = 82%
B 247 of 255 = 97%

196
209
247

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

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 209 + 247 = 652 (100%)
R 196 of 652 ~ 30.06%
G 209 of 652 ~ 32.06%
B 247 of 652 ~ 37.88%

%30.06
%32.06
%37.88

CMYK RENK MODELİ

#C4D1F7 rengi CMYK tonu (21,15,0,3).

  • camgöbeği tonu 20.65%
  • eflatun tonu 15.38%
  • sarı tonu 0.00%
  • ana renk tonu 3.14%
CMYK:
(21,15,0,3)
C21M15Y0K3 
(21%,15%,0%,3%)
(0.21/0.15/0.00/0.03)	

CMYK yüzdeleri

%20.65
%15.38
%0
%3.14

Codes

Color #C4D1F7 in popluar color models

C4D1F7
RGB196209247
HSL225°76.12%86.86%
HSB/HSV225°20.65%96.86%
CMYK20.65%15.38%0.00%
3.14%

Color #C4D1F7 in popluar number systems.

HEXC4D1F7
Decimal196209247
Binary110001001101000111110111
Octal304321367

Shades and tints

Shades of #C4D1F7

#C4D1F7
(196,209,247)
#B3BEE1
(179,190,225)
#A2ABCB
(162,171,203)
#9198B5
(145,152,181)
#80859F
(128,133,159)
#6F7289
(111,114,137)
#5E5F73
(94,95,115)
#4D4C5D
(77,76,93)
#3C3947
(60,57,71)
#2B2631
(43,38,49)
#1A131B
(26,19,27)
#000000
(0,0,0)

Tints of #C4D1F7

#C4D1F7
(196,209,247)
#C9D5F7
(201,213,247)
#CED9F7
(206,217,247)
#D3DDF7
(211,221,247)
#D8E1F7
(216,225,247)
#DDE5F7
(221,229,247)
#E2E9F7
(226,233,247)
#E7EDF7
(231,237,247)
#ECF1F7
(236,241,247)
#F1F5F7
(241,245,247)
#F6F9F7
(246,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4D1F7 color. Also use rgb(196,209,247) instead hex code.

Text Font Color

.myTextColor { color: #C4D1F7; }

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

This text font color is #C4D1F7.


Background Color

.myBgColor { background-color: #C4D1F7; }

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

This div background color is #C4D1F7.


Border color

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

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

This div border color is #C4D1F7.


Opacity

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

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

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

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

This text has shadow with #C4D1F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4D1F7 on black background.


Color preview on white background

This text has color #C4D1F7 on white background.



Black color preview on #C4D1F7 background

This text has black color on #C4D1F7 background.


White color preview on #C4D1F7 background

This text has white color on #C4D1F7 background.