COLOR #B6CFDA

HEX: #B6CFDA RGB: (182,207,218)

Color info

#B6CFDA contains red, green and blue colors in about the same proportion. Web safe color of #B6CFDA is #CCCCCC (or #CCC).

RGB color model

#B6CFDA color RGB value is (182,207,218).

RGB: (182,207,218) (71%, 81%, 85%)

RGB channels and saturation

R 182 of 255 = 71%
G 207 of 255 = 81%
B 218 of 255 = 85%

182
207
218

R + G + B ~ 79%. #B6CFDA is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 207 + 218 = 607 (100%)
R 182 of 607 ~ 29.98%
G 207 of 607 ~ 34.1%
B 218 of 607 ~ 35.91'%

%29.98
%34.1
%35.91

CMYK color model

#B6CFDA color CMYK value is (17,5,0,15).

  • cyan value is 16.51%
  • magenta value is 5.05%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK: (17,5,0,15) C17M5Y0K15 (17%,5%,0%,15%) (0.17/0.05/0.00/0.15) 

CMYK percentages

%16.51
%5.05
%0
%14.51

Codes

Color #B6CFDA in popluar color models

B6 CF DA
RGB 182 207 218
HSL 198° 32.73% 78.43%
HSB/HSV 198° 16.51% 85.49%
CMYK 16.51% 5.05% 0.00%
14.51%

Color #B6CFDA in popluar number systems.

HEX B6 CF DA
Decimal 182 207 218
Binary 10110110 11001111 11011010
Octal 266 317 332

Shades and tints

Shades of #B6CFDA

#B6CFDA
(182,207,218)
#A6BDC7
(166,189,199)
#96ABB4
(150,171,180)
#8699A1
(134,153,161)
#76878E
(118,135,142)
#66757B
(102,117,123)
#566368
(86,99,104)
#465155
(70,81,85)
#363F42
(54,63,66)
#262D2F
(38,45,47)
#161B1C
(22,27,28)
#000000
(0,0,0)

Tints of #B6CFDA

#B6CFDA
(182,207,218)
#BCD3DD
(188,211,221)
#C2D7E0
(194,215,224)
#C8DBE3
(200,219,227)
#CEDFE6
(206,223,230)
#D4E3E9
(212,227,233)
#DAE7EC
(218,231,236)
#E0EBEF
(224,235,239)
#E6EFF2
(230,239,242)
#ECF3F5
(236,243,245)
#F2F7F8
(242,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6CFDA color. Also use rgb(182,207,218) instead hex code.

Text Font Color

.myTextColor { color: #B6CFDA; }

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

This text font color is #B6CFDA.

Background Color

.myBgColor { background-color: #B6CFDA; }

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

This div background color is #B6CFDA.

Border color

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

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

This div border color is #B6CFDA.

Opacity

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

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

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

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

This text has shadow with #B6CFDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6CFDA.

Preview

Color preview on black background

This text has color #B6CFDA on black background.


Color preview on white background

This text has color #B6CFDA on white background.


Black color preview on #B6CFDA background

This text has black color on #B6CFDA background.


White color preview on #B6CFDA background

This text has white color on #B6CFDA background.


Related colors

Complementary color

Complementary color for #hex is #493025.


I love getcolorcode.com

Triadic colors

1 #DAB6CF and #CFDAB6 with #B6CFDA are triadic colors.

2 #DACFB6 and #CFB6DA with #B6CFDA are triadic colors.