COLOR #BADFF3

HEX: #BADFF3
RGB: (186,223,243)

Color info

#BADFF3 contains red, green and blue colors in about the same proportion. Web safe color of #BADFF3 is #CCCCFF (or #CCF).

RGB color model

#BADFF3 color RGB value is (186,223,243).

  • red value is 186;
  • green value is 223;
  • blue value is 243.
RGB:
(186,223,243)
(73%,87%,95%)

RGB channels and saturation

R 186 of 255 = 73%
G 223 of 255 = 87%
B 243 of 255 = 95%

186
223
243

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

Portions of RGB colors in percentages

R + G + B =
186 + 223 + 243 = 652 (100%)
R 186 of 652 ~ 28.53%
G 223 of 652 ~ 34.2%
B 243 of 652 ~ 37.27%

%28.53
%34.2
%37.27

CMYK color model

#BADFF3 color CMYK value is (23,8,0,5).

  • cyan value is 23.46%
  • magenta value is 8.23%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(23,8,0,5)
C23M8Y0K5 
(23%,8%,0%,5%)
(0.23/0.08/0.00/0.05)	

CMYK percentages

%23.46
%8.23
%0
%4.71

Codes

Color #BADFF3 in popluar color models

BADFF3
RGB186223243
HSL201°70.37%84.12%
HSB/HSV201°23.46%95.29%
CMYK23.46%8.23%0.00%
4.71%

Color #BADFF3 in popluar number systems.

HEXBADFF3
Decimal186223243
Binary101110101101111111110011
Octal272337363

Shades and tints

Shades of #BADFF3

#BADFF3
(186,223,243)
#AACBDD
(170,203,221)
#9AB7C7
(154,183,199)
#8AA3B1
(138,163,177)
#7A8F9B
(122,143,155)
#6A7B85
(106,123,133)
#5A676F
(90,103,111)
#4A5359
(74,83,89)
#3A3F43
(58,63,67)
#2A2B2D
(42,43,45)
#1A1717
(26,23,23)
#000000
(0,0,0)

Tints of #BADFF3

#BADFF3
(186,223,243)
#C0E1F4
(192,225,244)
#C6E3F5
(198,227,245)
#CCE5F6
(204,229,246)
#D2E7F7
(210,231,247)
#D8E9F8
(216,233,248)
#DEEBF9
(222,235,249)
#E4EDFA
(228,237,250)
#EAEFFB
(234,239,251)
#F0F1FC
(240,241,252)
#F6F3FD
(246,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BADFF3 color. Also use rgb(186,223,243) instead hex code.

Text Font Color

.myTextColor { color: #BADFF3; }

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

This text font color is #BADFF3.


Background Color

.myBgColor { background-color: #BADFF3; }

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

This div background color is #BADFF3.


Border color

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

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

This div border color is #BADFF3.


Opacity

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

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

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

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

This text has shadow with #BADFF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BADFF3 on black background.


Color preview on white background

This text has color #BADFF3 on white background.



Black color preview on #BADFF3 background

This text has black color on #BADFF3 background.


White color preview on #BADFF3 background

This text has white color on #BADFF3 background.