COLOR #AFBBED

HEX: #AFBBED
RGB: (175,187,237)

Color info

#AFBBED contains mainly green and blue colors. Web safe color of #AFBBED is #99CCFF (or #9CF).

RGB color model

#AFBBED color RGB value is (175,187,237).

  • red value is 175;
  • green value is 187;
  • blue value is 237.
RGB:
(175,187,237)
(69%,73%,93%)

RGB channels and saturation

R 175 of 255 = 69%
G 187 of 255 = 73%
B 237 of 255 = 93%

175
187
237

R + G + B ~ 78%. #AFBBED is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 187 + 237 = 599 (100%)
R 175 of 599 ~ 29.22%
G 187 of 599 ~ 31.22%
B 237 of 599 ~ 39.57%

%29.22
%31.22
%39.57

CMYK color model

#AFBBED color CMYK value is (26,21,0,7).

  • cyan value is 26.16%
  • magenta value is 21.10%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(26,21,0,7)
C26M21Y0K7 
(26%,21%,0%,7%)
(0.26/0.21/0.00/0.07)	

CMYK percentages

%26.16
%21.1
%0
%7.06

Codes

Color #AFBBED in popluar color models

AFBBED
RGB175187237
HSL228°63.27%80.78%
HSB/HSV228°26.16%92.94%
CMYK26.16%21.10%0.00%
7.06%

Color #AFBBED in popluar number systems.

HEXAFBBED
Decimal175187237
Binary101011111011101111101101
Octal257273355

Shades and tints

Shades of #AFBBED

#AFBBED
(175,187,237)
#A0AAD8
(160,170,216)
#9199C3
(145,153,195)
#8288AE
(130,136,174)
#737799
(115,119,153)
#646684
(100,102,132)
#55556F
(85,85,111)
#46445A
(70,68,90)
#373345
(55,51,69)
#282230
(40,34,48)
#19111B
(25,17,27)
#000000
(0,0,0)

Tints of #AFBBED

#AFBBED
(175,187,237)
#B6C1EE
(182,193,238)
#BDC7EF
(189,199,239)
#C4CDF0
(196,205,240)
#CBD3F1
(203,211,241)
#D2D9F2
(210,217,242)
#D9DFF3
(217,223,243)
#E0E5F4
(224,229,244)
#E7EBF5
(231,235,245)
#EEF1F6
(238,241,246)
#F5F7F7
(245,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFBBED color. Also use rgb(175,187,237) instead hex code.

Text Font Color

.myTextColor { color: #AFBBED; }

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

This text font color is #AFBBED.


Background Color

.myBgColor { background-color: #AFBBED; }

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

This div background color is #AFBBED.


Border color

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

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

This div border color is #AFBBED.


Opacity

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

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

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

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

This text has shadow with #AFBBED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFBBED on black background.


Color preview on white background

This text has color #AFBBED on white background.



Black color preview on #AFBBED background

This text has black color on #AFBBED background.


White color preview on #AFBBED background

This text has white color on #AFBBED background.