COLOR #AFD5EE

HEX: #AFD5EE
RGB: (175,213,238)

Renk bilgisi

#AFD5EE contains mainly green and blue colors. #AFD5EE ‘ nin web güvenlik rengi #99CCFF (ya da #9CF) dir.

RGB renk modeli

#AFD5EE color RGB value is (175,213,238).

  • kırmız ton 175;
  • yeşil ton 213;
  • mavi ton 238.
RGB:
(175,213,238)
(69%,84%,93%)

RGB bağlantıları ve doygunluk

R 175 of 255 = 69%
G 213 of 255 = 84%
B 238 of 255 = 93%

175
213
238

R + G + B ~ 82%. #AFD5EE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
175 + 213 + 238 = 626 (100%)
R 175 of 626 ~ 27.96%
G 213 of 626 ~ 34.03%
B 238 of 626 ~ 38.02%

%27.96
%34.03
%38.02

CMYK RENK MODELİ

#AFD5EE rengi CMYK tonu (26,11,0,7).

  • camgöbeği tonu 26.47%
  • eflatun tonu 10.50%
  • sarı tonu 0.00%
  • ana renk tonu 6.67%
CMYK:
(26,11,0,7)
C26M11Y0K7 
(26%,11%,0%,7%)
(0.26/0.11/0.00/0.07)	

CMYK yüzdeleri

%26.47
%10.5
%0
%6.67

Codes

Color #AFD5EE in popluar color models

AFD5EE
RGB175213238
HSL204°64.95%80.98%
HSB/HSV204°26.47%93.33%
CMYK26.47%10.50%0.00%
6.67%

Color #AFD5EE in popluar number systems.

HEXAFD5EE
Decimal175213238
Binary101011111101010111101110
Octal257325356

Shades and tints

Shades of #AFD5EE

#AFD5EE
(175,213,238)
#A0C2D9
(160,194,217)
#91AFC4
(145,175,196)
#829CAF
(130,156,175)
#73899A
(115,137,154)
#647685
(100,118,133)
#556370
(85,99,112)
#46505B
(70,80,91)
#373D46
(55,61,70)
#282A31
(40,42,49)
#19171C
(25,23,28)
#000000
(0,0,0)

Tints of #AFD5EE

#AFD5EE
(175,213,238)
#B6D8EF
(182,216,239)
#BDDBF0
(189,219,240)
#C4DEF1
(196,222,241)
#CBE1F2
(203,225,242)
#D2E4F3
(210,228,243)
#D9E7F4
(217,231,244)
#E0EAF5
(224,234,245)
#E7EDF6
(231,237,246)
#EEF0F7
(238,240,247)
#F5F3F8
(245,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFD5EE color. Also use rgb(175,213,238) instead hex code.

Text Font Color

.myTextColor { color: #AFD5EE; }

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

This text font color is #AFD5EE.


Background Color

.myBgColor { background-color: #AFD5EE; }

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

This div background color is #AFD5EE.


Border color

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

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

This div border color is #AFD5EE.


Opacity

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

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

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

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

This text has shadow with #AFD5EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFD5EE on black background.


Color preview on white background

This text has color #AFD5EE on white background.



Black color preview on #AFD5EE background

This text has black color on #AFD5EE background.


White color preview on #AFD5EE background

This text has white color on #AFD5EE background.