COLOR #AFBCC4

HEX: #AFBCC4
RGB: (175,188,196)

Renk bilgisi

#AFBCC4 contains red, green and blue colors in about the same proportion. #AFBCC4 ‘ nin web güvenlik rengi #99CCCC (ya da #9CC) dir.

RGB renk modeli

#AFBCC4 color RGB value is (175,188,196).

  • kırmız ton 175;
  • yeşil ton 188;
  • mavi ton 196.
RGB:
(175,188,196)
(69%,74%,77%)

RGB bağlantıları ve doygunluk

R 175 of 255 = 69%
G 188 of 255 = 74%
B 196 of 255 = 77%

175
188
196

R + G + B ~ 73%. #AFBCC4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
175 + 188 + 196 = 559 (100%)
R 175 of 559 ~ 31.31%
G 188 of 559 ~ 33.63%
B 196 of 559 ~ 35.06%

%31.31
%33.63
%35.06

CMYK RENK MODELİ

#AFBCC4 rengi CMYK tonu (11,4,0,23).

  • camgöbeği tonu 10.71%
  • eflatun tonu 4.08%
  • sarı tonu 0.00%
  • ana renk tonu 23.14%
CMYK:
(11,4,0,23)
C11M4Y0K23 
(11%,4%,0%,23%)
(0.11/0.04/0.00/0.23)	

CMYK yüzdeleri

%10.71
%4.08
%0
%23.14

Codes

Color #AFBCC4 in popluar color models

AFBCC4
RGB175188196
HSL203°15.11%72.75%
HSB/HSV203°10.71%76.86%
CMYK10.71%4.08%0.00%
23.14%

Color #AFBCC4 in popluar number systems.

HEXAFBCC4
Decimal175188196
Binary101011111011110011000100
Octal257274304

Shades and tints

Shades of #AFBCC4

#AFBCC4
(175,188,196)
#A0ABB3
(160,171,179)
#919AA2
(145,154,162)
#828991
(130,137,145)
#737880
(115,120,128)
#64676F
(100,103,111)
#55565E
(85,86,94)
#46454D
(70,69,77)
#37343C
(55,52,60)
#28232B
(40,35,43)
#19121A
(25,18,26)
#000000
(0,0,0)

Tints of #AFBCC4

#AFBCC4
(175,188,196)
#B6C2C9
(182,194,201)
#BDC8CE
(189,200,206)
#C4CED3
(196,206,211)
#CBD4D8
(203,212,216)
#D2DADD
(210,218,221)
#D9E0E2
(217,224,226)
#E0E6E7
(224,230,231)
#E7ECEC
(231,236,236)
#EEF2F1
(238,242,241)
#F5F8F6
(245,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFBCC4 color. Also use rgb(175,188,196) instead hex code.

Text Font Color

.myTextColor { color: #AFBCC4; }

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

This text font color is #AFBCC4.


Background Color

.myBgColor { background-color: #AFBCC4; }

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

This div background color is #AFBCC4.


Border color

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

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

This div border color is #AFBCC4.


Opacity

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

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

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

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

This text has shadow with #AFBCC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFBCC4 on black background.


Color preview on white background

This text has color #AFBCC4 on white background.



Black color preview on #AFBCC4 background

This text has black color on #AFBCC4 background.


White color preview on #AFBCC4 background

This text has white color on #AFBCC4 background.