COLOR #BFDDC6

HEX: #BFDDC6 RGB: (191,221,198)

Color info

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

RGB color model

#BFDDC6 color RGB value is (191,221,198).

RGB: (191,221,198) (75%, 87%, 78%)

RGB channels and saturation

R 191 of 255 = 75%
G 221 of 255 = 87%
B 198 of 255 = 78%

191
221
198

R + G + B ~ 80%. #BFDDC6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 221 + 198 = 610 (100%)
R 191 of 610 ~ 31.31%
G 221 of 610 ~ 36.23%
B 198 of 610 ~ 32.46'%

%31.31
%36.23
%32.46

CMYK color model

#BFDDC6 color CMYK value is (14,0,10,13).

  • cyan value is 13.57%
  • magenta value is 0.00%
  • yellow value is 10.41%
  • key color value is 13.33%

CMYK: (14,0,10,13)
C14M0Y10K13 (14%, 0%, 10%, 13%)
(0.14 / 0.00 / 0.10 / 0.13)

CMYK percentages

%13.57
%0
%10.41
%13.33

Codes

Color #BFDDC6 in popluar color models

BF DD C6
RGB 191 221 198
HSL 134° 30.61% 80.78%
HSB/HSV 134° 13.57% 86.67%
CMYK 13.57% 0.00% 10.41%
13.33%

Color #BFDDC6 in popluar number systems.

HEX BF DD C6
Decimal 191 221 198
Binary 10111111 11011101 11000110
Octal 277 335 306

Shades and tints

Shades of #BFDDC6

#BFDDC6
(191,221,198)
#AEC9B4
(174,201,180)
#9DB5A2
(157,181,162)
#8CA190
(140,161,144)
#7B8D7E
(123,141,126)
#6A796C
(106,121,108)
#59655A
(89,101,90)
#485148
(72,81,72)
#373D36
(55,61,54)
#262924
(38,41,36)
#151512
(21,21,18)
#000000
(0,0,0)

Tints of #BFDDC6

#BFDDC6
(191,221,198)
#C4E0CB
(196,224,203)
#C9E3D0
(201,227,208)
#CEE6D5
(206,230,213)
#D3E9DA
(211,233,218)
#D8ECDF
(216,236,223)
#DDEFE4
(221,239,228)
#E2F2E9
(226,242,233)
#E7F5EE
(231,245,238)
#ECF8F3
(236,248,243)
#F1FBF8
(241,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFDDC6 color. Also use rgb(191,221,198) instead hex code.

Text Font Color

.myTextColor { color: #BFDDC6; }

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

This text font color is #BFDDC6.

Background Color

.myBgColor { background-color: #BFDDC6; }

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

This div background color is #BFDDC6.

Border color

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

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

This div border color is #BFDDC6.

Opacity

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

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

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

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

This text has shadow with #BFDDC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFDDC6.

Preview

Color preview on black background

This text has color #BFDDC6 on black background.


Color preview on white background

This text has color #BFDDC6 on white background.


Black color preview on #BFDDC6 background

This text has black color on #BFDDC6 background.


White color preview on #BFDDC6 background

This text has white color on #BFDDC6 background.


Related colors

Complementary color

Complementary color for #hex is #402239.


I love getcolorcode.com

Triadic colors

1 #C6BFDD and #DDC6BF with #BFDDC6 are triadic colors.

2 #C6DDBF and #DDBFC6 with #BFDDC6 are triadic colors.