COLOR #C5DDF2

HEX: #C5DDF2
RGB: (197,221,242)

Renk bilgisi

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

RGB renk modeli

#C5DDF2 color RGB value is (197,221,242).

  • kırmız ton 197;
  • yeşil ton 221;
  • mavi ton 242.
RGB:
(197,221,242)
(77%,87%,95%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 221 of 255 = 87%
B 242 of 255 = 95%

197
221
242

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 221 + 242 = 660 (100%)
R 197 of 660 ~ 29.85%
G 221 of 660 ~ 33.48%
B 242 of 660 ~ 36.67%

%29.85
%33.48
%36.67

CMYK RENK MODELİ

#C5DDF2 rengi CMYK tonu (19,9,0,5).

  • camgöbeği tonu 18.60%
  • eflatun tonu 8.68%
  • sarı tonu 0.00%
  • ana renk tonu 5.10%
CMYK:
(19,9,0,5)
C19M9Y0K5 
(19%,9%,0%,5%)
(0.19/0.09/0.00/0.05)	

CMYK yüzdeleri

%18.6
%8.68
%0
%5.1

Codes

Color #C5DDF2 in popluar color models

C5DDF2
RGB197221242
HSL208°63.38%86.08%
HSB/HSV208°18.60%94.90%
CMYK18.60%8.68%0.00%
5.10%

Color #C5DDF2 in popluar number systems.

HEXC5DDF2
Decimal197221242
Binary110001011101110111110010
Octal305335362

Shades and tints

Shades of #C5DDF2

#C5DDF2
(197,221,242)
#B4C9DC
(180,201,220)
#A3B5C6
(163,181,198)
#92A1B0
(146,161,176)
#818D9A
(129,141,154)
#707984
(112,121,132)
#5F656E
(95,101,110)
#4E5158
(78,81,88)
#3D3D42
(61,61,66)
#2C292C
(44,41,44)
#1B1516
(27,21,22)
#000000
(0,0,0)

Tints of #C5DDF2

#C5DDF2
(197,221,242)
#CAE0F3
(202,224,243)
#CFE3F4
(207,227,244)
#D4E6F5
(212,230,245)
#D9E9F6
(217,233,246)
#DEECF7
(222,236,247)
#E3EFF8
(227,239,248)
#E8F2F9
(232,242,249)
#EDF5FA
(237,245,250)
#F2F8FB
(242,248,251)
#F7FBFC
(247,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5DDF2 color. Also use rgb(197,221,242) instead hex code.

Text Font Color

.myTextColor { color: #C5DDF2; }

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

This text font color is #C5DDF2.


Background Color

.myBgColor { background-color: #C5DDF2; }

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

This div background color is #C5DDF2.


Border color

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

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

This div border color is #C5DDF2.


Opacity

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

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

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

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

This text has shadow with #C5DDF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5DDF2 on black background.


Color preview on white background

This text has color #C5DDF2 on white background.



Black color preview on #C5DDF2 background

This text has black color on #C5DDF2 background.


White color preview on #C5DDF2 background

This text has white color on #C5DDF2 background.