COLOR #C6FFBD

HEX: #C6FFBD RGB: (198,255,189)

Color info

#C6FFBD contains mainly red and green colors. Web safe color of #C6FFBD is #CCFFCC (or #CFC).

RGB color model

#C6FFBD color RGB value is (198,255,189).

RGB: (198,255,189) (78%, 100%, 74%)

RGB channels and saturation

R 198 of 255 = 78%
G 255 of 255 = 100%
B 189 of 255 = 74%

198
255
189

R + G + B ~ 84%. #C6FFBD is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 255 + 189 = 642 (100%)
R 198 of 642 ~ 30.84%
G 255 of 642 ~ 39.72%
B 189 of 642 ~ 29.44'%

%30.84
%39.72
%29.44

CMYK color model

#C6FFBD color CMYK value is (22,0,26,0).

  • cyan value is 22.35%
  • magenta value is 0.00%
  • yellow value is 25.88%
  • key color value is 0.00%

CMYK: (22,0,26,0)
C22M0Y26K0 (22%, 0%, 26%, 0%)
(0.22 / 0.00 / 0.26 / 0.00)

CMYK percentages

%22.35
%0
%25.88
%0

Codes

Color #C6FFBD in popluar color models

C6 FF BD
RGB 198 255 189
HSL 112° 100.00% 87.06%
HSB/HSV 112° 25.88% 100.00%
CMYK 22.35% 0.00% 25.88%
0.00%

Color #C6FFBD in popluar number systems.

HEX C6 FF BD
Decimal 198 255 189
Binary 11000110 11111111 10111101
Octal 306 377 275

Shades and tints

Shades of #C6FFBD

#C6FFBD
(198,255,189)
#B4E8AC
(180,232,172)
#A2D19B
(162,209,155)
#90BA8A
(144,186,138)
#7EA379
(126,163,121)
#6C8C68
(108,140,104)
#5A7557
(90,117,87)
#485E46
(72,94,70)
#364735
(54,71,53)
#243024
(36,48,36)
#121913
(18,25,19)
#000000
(0,0,0)

Tints of #C6FFBD

#C6FFBD
(198,255,189)
#CBFFC3
(203,255,195)
#D0FFC9
(208,255,201)
#D5FFCF
(213,255,207)
#DAFFD5
(218,255,213)
#DFFFDB
(223,255,219)
#E4FFE1
(228,255,225)
#E9FFE7
(233,255,231)
#EEFFED
(238,255,237)
#F3FFF3
(243,255,243)
#F8FFF9
(248,255,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6FFBD color. Also use rgb(198,255,189) instead hex code.

Text Font Color

.myTextColor { color: #C6FFBD; }

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

This text font color is #C6FFBD.

Background Color

.myBgColor { background-color: #C6FFBD; }

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

This div background color is #C6FFBD.

Border color

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

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

This div border color is #C6FFBD.

Opacity

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

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

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

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

This text has shadow with #C6FFBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6FFBD.

Preview

Color preview on black background

This text has color #C6FFBD on black background.


Color preview on white background

This text has color #C6FFBD on white background.


Black color preview on #C6FFBD background

This text has black color on #C6FFBD background.


White color preview on #C6FFBD background

This text has white color on #C6FFBD background.


Related colors

Complementary color

Complementary color for #hex is #390042.


I love getcolorcode.com

Triadic colors

1 #BDC6FF and #FFBDC6 with #C6FFBD are triadic colors.

2 #BDFFC6 and #FFC6BD with #C6FFBD are triadic colors.